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 987f52d commit 9552d49Copy full SHA for 9552d49
.bumpversion.cfg
@@ -2,8 +2,8 @@
2
current_version = 0.1.0
3
commit = False
4
tag = False
5
-tag_name = v{new_version} # tag format (only used if you flip tag=True later)
6
sign-tags = True
+tag_name = v{new_version} # tag format (only used if you flip tag=True later)
7
8
# SemVer parsing/serialising
9
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
0 commit comments