Skip to content

Commit c4a8341

Browse files
committed
Tune bumversion config
1 parent 93eca04 commit c4a8341

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.bumpversion.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[bumpversion]
22
current_version = 0.14.2a0
3-
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
3+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}
66
{major}.{minor}.{patch}
77

8-
# commit = True
9-
# tag = True
8+
commit = True
9+
tag = True
1010

1111
[bumpversion:file:aiohttp/__init__.py]
1212

1313
[bumpversion:part:release]
14+
optional_value = final
1415
values =
1516
a0
17+
final

0 commit comments

Comments
 (0)