-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Grégoire edited this page Feb 18, 2026
·
4 revisions
Welcome to the sigsum-rs wiki!
- Select the new X.Y.Z version following semantic versioning
- Bump version in Cargo.toml
- Add a new CHANGELOG heading
## [X.Y.Z] - YYYY-MM-DDjust under## [Unreleased] - Make sure no notable changes are missing
- Commit with a message like "Prepare vX.Y.Z release" (don't forget to push to main!)
- Create git signed tag
git tag -S vX.Y.Z - Upload to crates.io:
cargo publish