Skip to content

Commit 95a71e7

Browse files
ryo-manbaclaude
andcommitted
fix: add include-component-in-tag to release-please config
The existing git tag is v1.0.0 but release-please was looking for data-anim-v1.0.0, causing it to include all commits since the beginning. Setting include-component-in-tag: false fixes the comparison base. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9e3a0af commit 95a71e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)