release
Installation
SKILL.md
Release
Table of Contents
- Scope and triggers
- Required inputs
- Deliverables
- Failure mode
- Standards snapshot
- Procedure
- Validation
- Anti-patterns
- Decision feedback protocol
When to use
- You need to ship a new version using
just release X.Y.Z. - The release must be semver-valid, greater than current, and performed from
main. - The flow includes Cargo.toml version bumps, lockfile update, tag, and crates.io publish.