Skip to content

Commit 5aa9e24

Browse files
committed
Remove release type from version
1 parent 0de8ccc commit 5aa9e24

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.bumpversion.cfg

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
[bumpversion]
22
current_version = 1.6.10
3-
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
3+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
5-
{major}.{minor}.{patch}-{release}
65
{major}.{minor}.{patch}
76
tag_name = v{new_version}
87
commit = True
98
tag = True
109

11-
[bumpversion:part:release]
12-
optional_value = ga
13-
values =
14-
alpha
15-
beta
16-
rc
17-
ga
18-
1910
[bumpversion:file:pyproject.toml]
2011

2112
[bumpversion:file:dtcli/version.py]

0 commit comments

Comments
 (0)