Skip to content

Commit 763821d

Browse files
committed
chore: update release-please configuration
Add JSON schema reference and adjust tag/release name generation settings for the go release type.
1 parent 05ee6a9 commit 763821d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"packages": {
34
".": {
45
"release-type": "go",
5-
"bump-minor-pre-major": true,
6-
"bump-patch-for-minor-pre-major": true
6+
"include-v-in-tag": true,
7+
"include-v-in-release-name": true,
8+
"include-component-in-tag": false
79
}
810
}
911
}

0 commit comments

Comments
 (0)