Skip to content

Commit

Permalink
Remove release type from version
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Mar 22, 2023
1 parent 0de8ccc commit 5aa9e24
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
[bumpversion]
current_version = 1.6.10
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
tag_name = v{new_version}
commit = True
tag = True

[bumpversion:part:release]
optional_value = ga
values =
alpha
beta
rc
ga

[bumpversion:file:pyproject.toml]

[bumpversion:file:dtcli/version.py]

0 comments on commit 5aa9e24

Please sign in to comment.