bumping-version
Installation
SKILL.md
Bumping Version
Bump the cc-plugin-template version: analyze changes, suggest semver level, get user confirmation, update files, and commit.
Files
- Changelog:
CHANGELOG.md→ prepend new entry at top (after header)
Workflow
1. Analyze changes since last bump
Run two separate Bash calls (no command substitution — Claude Code blocks $(...) patterns):
# Call 1: Find the last bump commit SHA
git log --oneline --grep="bump version" -1 --format="%H"