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 721c450 commit 5d17ab3Copy full SHA for 5d17ab3
release-please-config.json
@@ -1,12 +1,12 @@
1
{
2
+ "bump-minor-pre-major": true,
3
+ "bump-patch-for-minor-pre-major": true,
4
+ "draft": false,
5
+ "prerelease": true,
6
"packages": {
7
".": {
8
"changelog-path": "CHANGELOG.md",
- "release-type": "node",
- "bump-minor-pre-major": true,
- "bump-patch-for-minor-pre-major": true,
- "draft": false,
9
- "prerelease": true
+ "release-type": "node"
10
}
11
},
12
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
0 commit comments