Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 534 Bytes

RELEASE_PROCESS.md

File metadata and controls

13 lines (9 loc) · 534 Bytes

What to do to publish a new release

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

  2. Execute cargo release -l <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. If this is the first release (0.1.0), don't specify -l at all or you will publish 0.1.1 instead.

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