What problem does it solve?
This skill provides a proven blueprint to create and maintain a structured release process for new projects, ensuring consistent versioning, changelog workflow, and hotfix procedures.
Core Features & Use Cases
- Guides release documentation: creates or updates docs/guides/releasing.md with version rules, changelog workflow, tagging, and hotfix steps.
- Version source awareness: identifies and references the project's version source of truth (e.g., package.json, pyproject.toml, Cargo.toml) to keep references in sync.
- Onboarding & consistency: helps onboarding maintainers by standardizing the release process and linking it to the contributor workflow.
- Use Case: When setting up a new project or revising an existing one to align with Keep a Changelog and Semantic Versioning, use this skill to document the release process.
Quick Start
Create docs/guides/releasing.md using the template and update version references and CHANGELOG linkage.