Skip to content

Commit a065a3c

Browse files
committed
fix(release): track hooks, workflows, and plugin config in core releases
Add additional-paths to release-please config so changes to hooks/, workflows/, and .claude-plugin/ trigger core releases. Previously only packages/core/ was tracked, causing plugin-level fixes to be silently excluded from releases.
1 parent 82dc1b3 commit a065a3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"bump-minor-pre-major": true,
88
"draft": false,
99
"prerelease": false,
10+
"additional-paths": ["hooks", "workflows", ".claude-plugin"],
1011
"extra-files": [
1112
{
1213
"type": "json",

0 commit comments

Comments
 (0)