pusewicz

Bump Version Major — Development skill for Claude Code

Development community

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

Terminal
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).

  1. Read the current version from lib/cf/mcp/version.rb
  2. Parse the version string (MAJOR.MINOR.PATCH)
  3. Increment MAJOR by 1, reset MINOR and PATCH to 0
  4. Update the VERSION constant in lib/cf/mcp/version.rb
  5. Run bundle install to update Gemfile.lock
  6. Run rake manifest to 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 Repository