# What to do to publish a new release 1. Ensure all notable changes are in the [changelog](CHANGELOG.md) under "Unreleased". 2. Execute `cargo release ` to bump version(s), tag and publish everything. External subcommand, must be installed with `cargo install cargo-release`. `` 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.