pusewicz

Bump Version Minor — Development skill for Claude Code

Development community

Bump the minor version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 1.3.0).

How to install Bump Version Minor

Installs to ~/.claude/commands/pusewicz-cf-mcp-bump-version-minor.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pusewicz/cf-mcp/HEAD/.claude/commands/bump-version-minor.md -o ~/.claude/commands/pusewicz-cf-mcp-bump-version-minor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bump Version Minor does

Bump the minor version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 1.3.0).

  1. Read the current version from lib/cf/mcp/version.rb
  2. Parse the version string (MAJOR.MINOR.PATCH)
  3. Increment MINOR by 1, reset 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

  • Add Chart — Renamed → /portaljs-add-chart 2.3k ★
  • APIs Version Update — API Version Update Guide for Hydrogen 2.1k ★
  • Android Release — Prepare and execute an Android release (patch/minor/major) 1.6k ★

Full documentation available on GitHub

View Source Repository