Skip to content

Commit 8cab69c

Browse files
committed
chore: sync gatekeeper plugin.json version on release
Add extra-files configuration for the gatekeeper package so that release-please also bumps the version in .claude-plugin/plugin.json during automated releases.
1 parent 4927b83 commit 8cab69c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

release-please-config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
"plugins/gatekeeper": {
2424
"release-type": "node",
2525
"package-name": "gatekeeper",
26-
"component": "gatekeeper"
26+
"component": "gatekeeper",
27+
"extra-files": [
28+
{
29+
"type": "json",
30+
"path": ".claude-plugin/plugin.json",
31+
"jsonpath": "$.version"
32+
}
33+
]
2734
}
2835
},
2936
"release-type": "node",

0 commit comments

Comments
 (0)