version-bumping

Update semantic versions across multiple files and git tags.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Regis-RCR/rcr-plugin-factory-marketplace --skill version-bumping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version-bumping
Source: https://github.com/Regis-RCR/rcr-plugin-factory-marketplace/tree/main/skills/version-bumping
Command: npx skills add https://github.com/Regis-RCR/rcr-plugin-factory-marketplace --skill version-bumping

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, git, gh, and includes references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of semantic versioning, ensuring consistent version bumps (PATCH, MINOR, MAJOR) across multiple files, git tags, and GitHub releases, preventing user confusion and dependency breakage.

Core Features & Use Cases

  • SemVer 2.0 Compliance: Guides on when to apply PATCH, MINOR, or MAJOR bumps based on the nature of changes, ensuring clear communication to users.
  • Multi-File Consistency: Provides patterns for updating versions across various configuration files (e.g., package.json, manifest.json) and verifying their consistency.
  • Automated Release Workflow: Integrates git tags, git push, and gh release create for a complete, reliable, and automated release cycle.

Quick Start

Bump the current plugin version from 1.2.3 to a minor release, ensuring all version files are updated and a new git tag is created.