Version Bump banner
OriNachum OriNachum

Version Bump

Development community

Description

--- name: version-bump description: Bumps the plugin version in plugin.json and marketplace.json, ensuring both stay in sync. Determines bump type (major/minor/patch) from staged or unstaged changes. tools: Read, Edit, Bash, Grep, Glob model: haiku --- # Version Bump Agent You bump the plugin version in both `.claude-plugin/plugin.json` and `.claude-plugin/marketplace.json`, keeping them in sync. ## Step 1: Read current versions Read both files and extract the current `"version"` value from

Installation

Terminal
claude install-skill https://github.com/OriNachum/claude-code-guide/blob/main/agents/version-bump.md

Full documentation available on GitHub

View Source Repository