Skip to content

Commit 51f2e6f

Browse files
authored
fix: correct tagging of releases (#152)
* fix: correct tagging of releases * fix config
1 parent bc894e1 commit 51f2e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"release-type": "python",
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
5+
"include-v-in-tag": true,
56
"changelog-sections": [
67
{ "type": "feat", "section": "Features" },
78
{ "type": "fix", "section": "Bug Fixes" },

0 commit comments

Comments
 (0)