bump-version

Coordinate multi-package version bumps and changelog updates for related SDKs.

2|1|Updated Sep 30, 2025
One-click install
npx skills add https://github.com/Rocapine/react-native-onboarding --skill bump-version-rocapine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-version
Source: https://github.com/Rocapine/react-native-onboarding/tree/main/.claude/skills/bump-version
Command: npx skills add https://github.com/Rocapine/react-native-onboarding --skill bump-version-rocapine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multi-package version bumps and changelog updates for related SDKs during releases.

Core Features & Use Cases

  • Automated version synchronization: Bump both headless and UI packages to a single new version and update their CHANGELOGs.
  • Unified release workflow: Generate a commit-ready set of changes and guide through an automated release PR process.
  • Auditable releases: Validate diffs and provide a concise release summary for approval.

Quick Start

Run a release by bumping both packages to the selected version, updating changelogs, and committing the changes.

Frequently Asked Questions about bump-version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bump versions across multiple SDK packages at the same time?

Multi-package version bumps synchronize related SDKs by applying a single new version to both headless and UI packages simultaneously. This coordination ensures deterministic versioning across all connected packages.

How do I automate changelog updates during a multi-package release?

Automated changelog updates generate diff-based entries for each SDK package during the version bump process. The workflow updates both headless and UI package CHANGELOGs together to maintain a unified release history.

What is the best way to generate a commit-ready release workflow for SDKs?

A commit-ready release workflow produces a cohesive set of version and changelog changes across packages, validates the diffs, and provides a concise release summary for approval before committing.

Can I validate version bump diffs before committing changes to Git?

Yes, validation guardrails enforce safe releases by generating a clear diff-based plan for review. This ensures deterministic versioning and provides a concise summary requiring approval before any commit is made.

Does automated SDK versioning work for both headless and UI packages together?

Automated versioning applies to release scenarios that bump headless and UI packages together in a single operation. This unified approach updates both packages and their CHANGELOGs simultaneously.