Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json…
Version Bump & Release Workflow IMPORTANT: Plan and write detailed release notes before starting. CRITICAL: Commit EVERYTHING (including build artifacts). At the end of this workflow, NOTHING should be left uncommitted or unpushed. Run git status at the end to verify. Preparation Analyze: Determine if the change is PATCH (bug fixes), MINOR (features), or MAJOR (breaking). Environment: Identify repository owner/name from git remote -v. Paths — every file that carries the version string: package.json — the npm/npx-published version (npx claude-mem@X.Y.Z resolves from this) plugin/package.json — bundled plugin runtime deps .claude-plugin/marketplace.json — version inside plugins[0].version .claude-plugin/plugin.json — top-level Claude-plugin manifest plugin/.claude-plugin/plugin.json — bundled Claude-plugin manifest .codex-plugin/plugin.json — Codex-plugin manifest openclaw/openclaw.plugin.json — OpenClaw plugin manifest
don't have the plugin yet? install it then click "run inline in claude" again.