What problem does it solve?
This Skill solves the hassle of manually bumping versions, generating accurate changelogs, and keeping every versioned file in sync across the project.
Core Features & Use Cases
- Version bump automation: Applies an always-PATCH release rule, including a threshold-based rollover when patch grows large.
- Git-history CHANGELOG generation: Builds a new CHANGELOG section by classifying commits since the last tag into features, fixes, breaking changes, maintenance, tests, docs, security, and i18n categories.
- Repository-wide version syncing: Updates package.json files across workspace packages, updates docs openapi.yaml version fields, refreshes llm.txt version references, regenerates lockfile, and refreshes relevant documentation only when substantive changes warrant it.
Quick Start
Use version-bump-cx to bump OmniRoute and regenerate CHANGELOG entries from the git commits since the last tag.