What problem does it solve?
This Skill helps teams determine the correct semantic version bump (MAJOR, MINOR, PATCH) based on observed changes, ensuring releases reflect API impact and feature additions.
Core Features & Use Cases
- Rule-based version bump decisions: Applies semantic versioning rules to changes and categorizes them as MAJOR, MINOR, or PATCH.
- Release planning support: Guides teams through planning and documenting appropriate bumps for upcoming releases.
- Diff and impact consideration: Considers breaking changes, new features, bug fixes, and compatibility constraints to justify the bump.
- Use Case: When preparing a new release after a set of commits, use this skill to determine the correct bump and rationale for the version tag.
Quick Start
Use the version-bump skill to evaluate changes since the last release and output a recommended semantic version bump.