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
Runs pre-commands
Contains inline bash commands via ! syntax
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimGit operations and GitHub CLI agents for version control workflows
Go development workflow with TDD-first parallel agents, failure triage, and automated code quality hooks
Security hooks to detect and block potential secrets in git commits
Captures TodoWrite tool usage and saves to timestamped history file with configurable log location (default: .claude/todos.json)
Create custom slash commands for Claude Code with syntax, patterns, and helper scripts
npx claudepluginhub jamesprial/prial-plugins --plugin bumperSemantic 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
Automatic version control for Claude Code Skills with semantic versioning, auto-backup, and changelog generation
GitFlow workflow automation for feature, hotfix, and release branches