bump-version
Installation
SKILL.md
Bump Version
Automate version bumping with semantic versioning and structured changelog management.
Steps
-
Extract the current version number from the manifest file.
-
Retrieve all commit messages since the last git tag (
v<current_version>) toHEAD:git log v<current_version>..HEAD --pretty=format:'%H%n%s%n%b%n----END----' -
Analyze commit messages to understand context and significance of each change.
-
Confirm that no old changelog entries will be removed — this is critical for maintaining project history integrity.