releasing
Installation
SKILL.md
Releasing
Automate version bumps, changelog, git tags, and GitHub releases. Stop gates enforce confirmation before every irreversible action.
Workflow
- Detect ecosystem and current version
- Confirm bump type with user
- Execute release pipeline
Step 1: Pre-flight Checks
Run all checks. Stop and report on any failure.
# Must be in a git repo
git rev-parse --is-inside-work-tree