release
SolidUse when cutting or preparing a cctop release - "cut a release", "release vX.Y.Z", "prepare a release", "bump the version and tag", "ship a new version". Drives proportionate release checks, version bump, CI, tag push, release monitoring, and verification. An explicit release request authorizes the complete release unless the developer asks to stop before publication.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- st0012
- Repository
- st0012/cctop
- Created
- 7 months ago
- Last Updated
- 5 days ago
- Language
- Swift
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
release-cut
Use when the user asks to cut a release, tag a version, publish a release, or roll up the changelog. Not for routine merges; releases happen on request, not per feature.
release
Cut a release. Derives the version bump from the commits since the last tag, lands the VERSION bump into dev as a PR, promotes dev to main as a second PR, then tags the merge commit and verifies what actually shipped. Use this when the user wants to publish a version, cut a release, or ship what is on dev. Triggers for `/release`, `/release patch|minor|major`, `/release 0.3.0`, `/release --dry-run`.
release
Cut a tagged release of this module — verify, tag, push, and confirm the Release workflow published it.