Skip to content

Commit 2a418e7

Browse files
authored
chore: Update release-please-config.json
1 parent 7106556 commit 2a418e7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

release-please-config.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
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
7+
"include-component-in-tag": false,
28
"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-
}
9+
".": {}
910
}
1011
}

0 commit comments

Comments
 (0)