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 f1bfa9c commit 74a4338Copy full SHA for 74a4338
.github/release-please-config.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
"release-type": "python",
4
"include-v-in-tag": false,
5
"skip-github-release": true,
@@ -66,7 +66,9 @@
66
"hidden": false
67
}
68
],
69
- "packages": {
70
- ".": {}
71
- }
+ "packages": {
+ ".": {
+ "bump-minor-pre-major": false
72
+ }
73
74
0 commit comments