version-bumper - Automatically manage plugin version updates
Handles semantic version updates across plugin files and marketplace catalog
Tags
Updated: 2026-03-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read plugin version
- calculate new version
- update plugin.json
- update marketplace.extended.json
- sync marketplace.json
- validate version consistency
- create git tag
- update changelog
- commit version changes
Inputs
- plugin.json file
- marketplace.extended.json file
- marketplace.json file
- CHANGELOG.md file
- git repository
Outputs
- version bump report
- updated plugin.json
- updated marketplace.extended.json
- updated marketplace.json
- updated CHANGELOG.md
- git tag
- git commit
Requirements
- claude-code-plugins repository
- jq command
- npm
- git
