Skip to content

Commit ac0cc9d

Browse files
fix: configure Release Please to not include component in tags
Add `include-component-in-tag: false` to match existing tag format (v6.0.1) instead of expecting component-based tags. This resolves the warnings about tags not matching the manifest configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 73c9e5c commit ac0cc9d

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
@@ -1,4 +1,5 @@
11
{
2+
"include-component-in-tag": false,
23
"packages": {
34
".": {
45
"release-type": "node",

0 commit comments

Comments
 (0)