Version Bump
Auto-suggest semver version bumps for changed plugins before pushing
/plugin install version-bump@rvanbaalen When to use
Use before pushing changes in a marketplace project. The skill detects which plugins have changed, analyzes the diff to determine the appropriate semver bump level, and updates version numbers in both plugin.json and marketplace.json.
How it works
- Compares your branch against the upstream to find changed plugin files
- For each affected plugin, reads the current version
- Analyzes the actual diff to categorize changes:
- Patch — typo fixes, description updates, bug fixes
- Minor — new skills, new features, significant additions
- Major — renamed/removed skills, breaking changes
- Suggests a bump level and asks for confirmation
- Updates version in both
plugin.jsonandmarketplace.json
Invoke
Triggers automatically when you push in a marketplace project, or invoke manually:
/rvanbaalen:version-bump