Автоматизация семантического версионирования и релиза

★ 8.0 · devops

version-bump is a Claude Code skill that automates semantic versioning and the full release workflow for Claude Code plugins, updating the version string across all eight manifest files simultaneously: package.json, plugin/package.json, .claude-plugin/marketplace.json, .claude-plugin/plugin.json, plugin/.claude-plugin/plugin.json, .codex-plugin/plugin.json, plugin/.codex-plugin/plugin.json, and openclaw/openclaw.plugin.json. It runs npm run build-and-sync to regenerate artifacts and keep the local marketplace in sync, then creates a git tag, pushes it, and opens a GitHub release with generated notes. CHANGELOG.md is regenerated via a Node script that pulls release data from the GitHub API. NPM publishing is deliberately handed off to the human maintainer, who controls 2FA and credentials, so the skill stops and prompts them to run npm publish before continuing. A Discord notification is sent from ~/Scripts/claude-mem/ at the end, and the workflow only closes once git status confirms a clean working tree.