Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 433 Bytes

RELEASE_PROCESS.md

File metadata and controls

8 lines (6 loc) · 433 Bytes

What to do to publish a new release

  1. Ensure all notable changes are in the changelog under "Unreleased".

  2. Execute cargo release <level> to bump version(s), tag and publish everything. External subcommand, must be installed with cargo install cargo-release.

    <level> can be one of major|minor|patch.

  3. Go to GitHub and "add release notes" to the just-pushed tag. Copy them from the changelog.