What problem does it solve?
This skill reduces mistakes in release operations by routing the user to the correct, validated release-note and workflow steps for publishing versions on GitHub.
Core Features & Use Cases
- Release workflow routing: Directs requests to the appropriate process for minor releases (exact semver in the PR title), patch releases (auto +1 triggers from branch/title patterns), and post-merge tagging and sync.
- Correct release-note production: Ensures release notes follow the required style and hard rules by loading the referenced step-by-step guidance for computing inputs from git and verifying PR refs.
- Scope protection: Prevents misuse by explicitly excluding website changelog generation and instead requiring the mandatory companion skill for microcopy.
- Example use case: When you need to ship a weekly hotfix from main, you can follow the patch-release scenarios and generate release notes that cite only merged PR refs derived from git.
Quick Start
Use the version-release skill to generate correct GitHub Release notes by following the referenced minor or patch workflow for your targeted release type, ensuring all PR references are computed from git.