Skip to content

Commit

Permalink
.bumpversion.cfg: better keep whole version number
Browse files Browse the repository at this point in the history
* e.g 1.0.0 instead of 1.0
* gh-actions workflow might now like it. FIXME check and improve later
  • Loading branch information
JOJ0 committed Mar 21, 2021
1 parent 794e14a commit 582d90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(-(?P<devrc>.*)(?P<buil
serialize =
{major}.{minor}.{patch}-{devrc}{build}
{major}.{minor}.{patch}
{major}.{minor}
#{major}.{minor}

[bumpversion:part:devrc]
optional_value = rc
Expand Down

0 comments on commit 582d90d

Please sign in to comment.