We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd7e2d commit c263559Copy full SHA for c263559
release-please-config.json
@@ -2,13 +2,13 @@
2
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
"bump-minor-pre-major": true,
4
"bump-patch-for-minor-pre-major": true,
5
+ "draft": true,
6
+ "extra-label": "release",
7
"include-component-in-tag": false,
8
"include-v-in-tag": true,
9
"pull-request-header": "Automated sumup-py release",
10
"pull-request-title-pattern": "release: ${version}",
11
"versioning": "prerelease",
- "extra-label": "release",
- "draft": true,
12
"packages": {
13
".": {
14
"release-type": "python",
0 commit comments