Add release script #5
1 changed files with 17 additions and 0 deletions
17
.bumpversion.cfg
Normal file
17
.bumpversion.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[bumpversion]
|
||||
current_version = 0.9.0rc6
|
||||
commit = 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:part:release]
|
||||
optional_value = production
|
||||
values =
|
||||
rc
|
||||
production
|
||||
|
||||
[bumpversion:file:app/package.json]
|
||||
|
Loading…
Reference in a new issue