release
SolidCut a new gflow-cli release — bump version, update CHANGELOG, tag, push, and back-merge.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- ffroliva
- Repository
- ffroliva/gflow-cli
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
release
Cut a release — clean the tree via /commit, push, tag vX, emit raw GitHub release notes, then deploy. Stops and reports on any blocker.
release
Cut a release. Derives the version bump from the commits since the last tag, lands the VERSION bump as a PR, then tags the merge commit once a human has merged it, and verifies what actually shipped. Use this when the user wants to publish a version, cut a release, or ship what is on main. Triggers for `/release`, `/release patch|minor|major`, `/release 0.3.0`, `/release --dry-run`.
release
Cut an ochakai release — the version-bump PR, the annotated tag, the release body, and the post-tag verification. Use when asked to release, cut a version, tag, or prepare a release PR.