All contributors are expected to follow the Rust Code of Conduct.
Make sure you're logged into your cargo account:
cargo login
Make sure cargo-release is installed:
cargo install cargo-release
Do a dry-run before doing the actual release:
cargo release <level> --dry-run
Create the actual release:
cargo release <level>