Skip to content

Commit eac4397

Browse files
authored
chore: Update release-please-config.json
1 parent 51bfeb7 commit eac4397

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

release-please-config.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2-
".": {
3-
"release-type": "node",
4-
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
5-
"bump-minor-pre-major": true,
6-
"bump-patch-for-minor-pre-major": true
2+
"packages": {
3+
".": {
4+
"release-type": "node",
5+
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
6+
"bump-minor-pre-major": true,
7+
"bump-patch-for-minor-pre-major": true
8+
}
79
}
810
}

0 commit comments

Comments
 (0)