release-automation
Installation
SKILL.md
Release Automation
Automate version bumps + changelog from Conventional Commits — only after the project’s DevOps platform is confirmed and recorded.
Principles
- Platform first — never assume GitHub; confirm before writing workflows.
- Persist locally — write the choice into this skill’s project context so later sessions skip re-discovery.
- One default per platform — GitHub → release-please; Azure DevOps → pipeline + git-cliff (or agreed equivalent). Escape hatches in references.
- Commits drive releases — PR titles / commits must be Conventional Commits.