# Release process - [ ] Update version number in `Cargo.toml` - [ ] Run `cargo check` - [ ] Commit changes to `Cargo.*` with the message format `Release vN.N.N` - [ ] Make git tag `vN.N.N` - [ ] Run `gitchangelog` - [ ] Stage `CHANGES.md` and amend previous commit - [ ] Force update git tag `vN.N.N` - [ ] Push changes & tag - [ ] Wait for builds to turn green () - [ ] Run `cargo publish` - [ ] Publish drafted release ()