Version Bumper

Suggest the next semantic version and release tag from Conventional Commits in git history. Script bumper.py reads git log subjects (fallback: COMMITS env or --commits FILE for testability), classifies commit types (feat->MINOR, fix/perf/refactor->PATCH, `!` or BREAKING CHANGE->MAJOR) and prints latest_tag, next_version, suggested_tag (e.g. v1.5.0) and counts by type. Pure Python 3 stdlib, offline, deterministic output (-s), read-only (never creates tags). Closes the loop for commit-message-writer and changelog-generator.

bestdeejay-design 17cf5f4 4 files · 21.9 KB Updated

File contents

bestdeejay-design/agent-skills/tree/main/skills/version-bumper commit 17cf5f427c

Frequently asked questions

npx skillmds@latest add bestdeejay-design/version-bumper