Bump Version Major — Development skill for Claude Code
Bump the major version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 2.0.0).
How to install Bump Version Major
Installs to ~/.claude/commands/pusewicz-cf-mcp-bump-version-major.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pusewicz/cf-mcp/HEAD/.claude/commands/bump-version-major.md -o ~/.claude/commands/pusewicz-cf-mcp-bump-version-major.md Restart Claude Code, or start a new session, for it to be picked up.
What Bump Version Major does
Bump the major version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 2.0.0).
- Read the current version from lib/cf/mcp/version.rb
- Parse the version string (MAJOR.MINOR.PATCH)
- Increment MAJOR by 1, reset MINOR and PATCH to 0
- Update the VERSION constant in lib/cf/mcp/version.rb
- Run
bundle installto update Gemfile.lock - Run
rake manifestto regenerate Manifest.txt
Alternatives in Development
- APIs Version Update — API Version Update Guide for Hydrogen 2.1k ★
- Android Release — Prepare and execute an Android release (patch/minor/major) 1.6k ★
- Claude Engineer — A version of command line interface(CLI) that leverages the power of Claude Opus(3-4.7) 954 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Bump Version Minor
Bump the minor version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 1.3.0).
Bump Version Patch
Bump the patch version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 1.2.4).
PushTFBuild
Bump build number/version, archive, and push to TestFlight via App Store Connect
Bump Plugin Version
Detect changed plugins and bump their versions along with the marketplace version.
Version Bump
Bump versions across the monorepo during release process
Reapdev.VersionBump
Version bump — 변경 분석 후 bump 유형을 제안, 유저가 최종 결정
Related Agents
Version Bump
Hatch3r Dependency Drafter
Dependency-analysis specialist who drafts version-bump and dependency-change proposals — assesses upgrade impa
Shipper
Release engineer that handles the last mile from working code to shipped product — tests, changelog, version b