release
Installation
SKILL.md
/release — Automated Release Flow
Ship sharp. Ship clean. Ship now.
Automates the full release cycle: version bump, changelog generation, git tag, push, and GitHub release creation. No more manual copy-paste release rituals.
Usage
/release patch # Bump patch (1.2.3 → 1.2.4), tag, push, release
/release minor # Bump minor (1.2.3 → 1.3.0)
/release major # Bump major (1.2.3 → 2.0.0)
/release patch --alpha # Pre-release (1.2.3 → 1.2.4-alpha.1)
/release patch --dry-run # Show what would happen, don't do it
/release patch --no-push # Tag locally, skip push + GH release
/release status # Show current version + unreleased changes