Skip to content

Commit

Permalink
Update .bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
aptinis committed Apr 21, 2022
1 parent 9be2c00 commit de2a2ea
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ current_version = 0.1.0
commit = True
tag = True
tag_name = {new_version}
parse = ^
(?P<year>\d+)\.(?P<month>\d+)\.(?P<patch>\d+)
((?P<prekind>rc)(?P<pre>\d+))? # pre-release
serialize =
{year}.{month}.{patch}{prekind}{pre}
{year}.{month}.{patch}

[bumpversion:part:prekind]
optional_value = _
values =
rc
_

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down

0 comments on commit de2a2ea

Please sign in to comment.