forked from LBRYCommunity/lbry-sdk
Merge pull request #264 from lbryio/bumpversion
Add release candidates to bumpversion
This commit is contained in:
commit
dfec3c1a15
1 changed files with 9 additions and 1 deletions
|
@ -2,8 +2,16 @@
|
||||||
current_version = 0.7.5
|
current_version = 0.7.5
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-?(?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||||
|
serialize =
|
||||||
|
{major}.{minor}.{patch}-{release}{candidate}
|
||||||
|
{major}.{minor}.{patch}
|
||||||
|
|
||||||
[bumpversion:file:lbrynet/__init__.py]
|
[bumpversion:file:lbrynet/__init__.py]
|
||||||
|
|
||||||
[bumpversion:file:packaging/ubuntu/lbry.desktop]
|
[bumpversion:file:packaging/ubuntu/lbry.desktop]
|
||||||
|
|
||||||
|
[bumpversion:part:release]
|
||||||
|
optional_value = production
|
||||||
|
values =
|
||||||
|
rc
|
||||||
|
production
|
||||||
|
|
Loading…
Reference in a new issue