npx claudepluginhub jamesprial/prial-plugins --plugin bumper
A Claude Code plugin for bumping plugin versions. Automates the tedious release workflow: update version strings across files, generate a changelog, tag, and push.
/plugin install bumper
# Bump patch version (default): 1.2.3 → 1.2.4
/bump
# Bump minor version: 1.2.3 → 1.3.0
/bump minor
# Bump major version: 1.2.3 → 2.0.0
/bump major
# Set exact version
/bump 2.0.0
When you run /bump, the command:
.claude-plugin/plugin.json.claude-plugin/plugin.json — the "version" fieldREADME.md — shields.io version badge (version-X.Y.Z-color)CLAUDE.md — version reference in parentheses ((vX.Y.Z))CHANGELOG.md entry from commits since the last tag, categorized using Keep a Changelog formatchore: release vX.Y.ZvX.Y.ZThe command looks for these specific patterns in each file:
| File | Pattern | Example |
|---|---|---|
plugin.json | "version": "X.Y.Z" | "version": "1.2.0" |
README.md | version-X.Y.Z- (badge) | version-1.2.0-blue |
CLAUDE.md | (vX.Y.Z) | plugin (v1.2.0) providing... |
Files that don't exist or don't contain the expected pattern are silently skipped.
MIT
Semantic version bumping for plugins with git tags and commits
Release workflow tools - auto-versioning, release notes, changelog updates
Semantic versioning management and automated release workflows
DevsForge Enterprise Changelog Generator delivering comprehensive automated changelog generation, conventional commit parsing excellence, and semantic versioning automation that transforms release documentation from manual effort into intelligent, professional release management
GitFlow workflow automation for feature, hotfix, and release branches
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
Automatic version control for Claude Code Skills with semantic versioning, auto-backup, and changelog generation
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim