To release a new version:
npm run release -- patch # 0.7.4 → 0.7.5
npm run release -- minor # 0.7.4 → 0.8.0
npm run release -- major # 0.7.4 → 1.0.0This bumps versions in:
package.json.claude-plugin/marketplace.json- All
plugins/*/.claude-plugin/plugin.jsonfiles
Then creates a commit and git tag, and pushes to the remote repository.
Preview changes without executing:
npm run release -- --dry-runIf you need to bump versions manually, update all of these files:
package.json- root version.claude-plugin/marketplace.json- marketplace versionplugins/glean-core/.claude-plugin/plugin.jsonplugins/glean-search/.claude-plugin/plugin.jsonplugins/glean-meetings/.claude-plugin/plugin.jsonplugins/glean-people/.claude-plugin/plugin.jsonplugins/glean-docs/.claude-plugin/plugin.jsonplugins/glean-code/.claude-plugin/plugin.json