chore: sync the plugin version from package.json on release

`npm run version` now runs `changeset version` and then
`scripts/sync-plugin-version.mjs`, which copies the new version into
`.claude-plugin/plugin.json`. The release workflow calls `npm run version`
instead of `npx changeset version`, so the version PR carries both files.

Also closes the drift this replaces: `plugin.json` was manually bumped to
1.2.1 while `package.json` stayed at 1.2.0. `package.json` moves up to
1.2.1 so the plugin version never goes backwards.

`npm run check-plugin-version` reports drift without writing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matt Pocock
2026-08-05 18:54:44 +01:00
co-authored by Claude Opus 5
parent 07999e06b5
commit f3554acafe
4 changed files with 46 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Create Version Pull Request
uses: changesets/action@v1
with:
version: npx changeset version
version: npm run version
publish: npx changeset tag
commit: "chore: version skills"
title: "chore: version skills"