Автоматическое обновление версии и релиз

devops

bump-version is a Claude Code skill that automates the full version-bump workflow for a Wayland project, from editing package.json to pushing a release tag. The command `/bump-version [version]` accepts an explicit version or auto-increments the patch segment (e.g. 1.8.16 → 1.8.17). It runs 10 sequential steps: verifies a clean main branch, pulls latest via rebase, runs lint, format, and TypeScript checks with bun/bunx, executes Vitest, creates a chore/bump-version-{target} branch, commits and pushes, opens a PR with GitHub CLI, pauses for user confirmation of the merge, cleans up the branch, and finally creates and pushes the v{target} tag. It's designed for teams that need a repeatable, gate-checked release process without manual steps or skipped quality checks.