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 234a32a commit 889372bCopy full SHA for 889372b
1 file changed
.github/release-please-config.json
@@ -1,9 +1,10 @@
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,
6
"changelog-path": "CHANGELOG.md",
7
+ "bump-minor-pre-major": false,
8
"changelog-sections": [
9
10
"type": "breaking",
@@ -66,7 +67,7 @@
66
67
"hidden": false
68
}
69
],
- "packages": {
70
- ".": {}
71
- }
+ "packages": {
+ ".": {}
72
+ }
73
0 commit comments