What problem does it solve?
This Skill helps you consistently prepare and ship a software release without missing critical steps like versioning, changelogs, quality gates, tagging, and post-deploy verification.
Core Features & Use Cases
- Version bump selection: Decide major/minor/patch based on merged changes and Semantic Versioning guidance.
- Changelog generation: Produce grouped release notes (including breaking changes when applicable) from PR/MR history.
- Release execution with verification: Update package versions and lockfiles, run lint/typecheck/tests/build, create/push tags, publish a platform release, then deploy and monitor for regressions.
- Pre-release and rollback support: Handle alpha/beta/rc distribution tags and provide safe rollback/deprecation procedures when quality gates fail or post-deploy errors spike.
Quick Start
Run the hatch3r-release skill to bump your version, generate the changelog, tag and publish the release, then deploy to staging or production and verify outcomes.