root: update bumpversion config

This commit is contained in:
Jens Langhammer 2021-03-03 20:50:04 +01:00
parent dd31191845
commit 597e00dd86
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
current_version = 2021.3.1-rc2
tag = True
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-(?P<release>.*)
serialize = {major}.{minor}.{patch}-{release}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-?(?P<release>.*)
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
message = release: {new_version}
tag_name = version/{new_version}