What problem does it solve?
It prevents inconsistent or error-prone releases by ensuring version bumps, changelog updates, immutable Git tags, and user-facing release notes are produced together and only after validation.
Core Features & Use Cases
- SemVer-accurate release management: Enforces Semantic Versioning 2.0.0 for deciding MAJOR/MINOR/PATCH and handling pre-releases (alpha/beta/rc).
- Changelog discipline: Produces human-readable, categorized Keep a Changelog output and updates version references across multiple files.
- Git tagging and release notes: Creates annotated tags, generates user-facing release notes (highlights, features, fixes, breaking changes, migration guidance), and supports cross-skill integration like updating project sitemaps.
Quick Start
Ask your agent to generate a validated SemVer bump and produce updated changelog and release notes for the next release, including an annotated Git tag.