Releasing GodotPrompter
Current version: check package.json and .claude-plugin/plugin.json (must match).
Full command sequence lives in CONTRIBUTING.md.
Sequence
node scripts/bump-version.mjs <version>— bumpspackage.json,.claude-plugin/plugin.json,.claude-plugin/marketplace.json, plus sibling marketplaces if present; also syncs the live skill count into the "N domain-specific skills" text of each manifest description.- Update
CHANGELOG.mdwith the new section. - Commit, tag (
v<version>), push with tags —.github/workflows/release.ymlthen validates, creates the GitHub release, and opens marketplace PRs (whenMARKETPLACE_TOKENis configured). - If the workflow's marketplace step is skipped, manually bump
skillsmith/.claude-plugin/marketplace.json(primary) and the legacygodot-prompter-marketplace/.claude-plugin/marketplace.json.
Notes
- The root
plugin.json(Antigravity) must matchpackage.jsontoo — step 1 handles it, but verify before tagging. - Auto-opened marketplace PRs need manual review approval on the sibling repos.
- Reset local sibling clones before pushing to avoid conflicts.