Skip to content

Commit 34aab4f

Browse files
committed
fix: empty component for release-please PR matching
1 parent 0683299 commit 34aab4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"include-component-in-tag": false,
66
"separate-pull-requests": false,
77
"tag-separator": "",
8+
"pull-request-title-pattern": "chore: release ${version}",
89
"packages": {
9-
".": {}
10+
".": {
11+
"component": ""
12+
}
1013
}
1114
}

0 commit comments

Comments
 (0)