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 05ee6a9 commit 763821dCopy full SHA for 763821d
1 file changed
.github/config/release-please-config.json
@@ -1,9 +1,11 @@
1
{
2
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
"packages": {
4
".": {
5
"release-type": "go",
- "bump-minor-pre-major": true,
6
- "bump-patch-for-minor-pre-major": true
+ "include-v-in-tag": true,
7
+ "include-v-in-release-name": true,
8
+ "include-component-in-tag": false
9
}
10
11
0 commit comments