We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7106556 commit 2a418e7Copy full SHA for 2a418e7
release-please-config.json
@@ -1,10 +1,11 @@
1
{
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,
8
"packages": {
- ".": {
- "release-type": "node",
- "pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
- "bump-minor-pre-major": true,
- "bump-patch-for-minor-pre-major": true
- }
9
+ ".": {}
10
}
11
0 commit comments