-
Ensure all notable changes are in the changelog under "Unreleased".
-
Execute
cargo release -l <level>
to bump version(s), tag and publish everything. External subcommand, must be installed withcargo install cargo-release
.<level>
can be one ofmajor|minor|patch
. If this is the first release (0.1.0
), don't specify-l
at all or you will publish0.1.1
instead. -
Go to GitHub and "add release notes" to the just-pushed tag. Copy them from the changelog.
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.