yarn lock files dont have versions
This commit is contained in:
parent
db342dd268
commit
83d387dcfb
1 changed files with 2 additions and 6 deletions
|
@ -3,7 +3,7 @@ current_version = 0.12.2rc6
|
|||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
|
||||
serialize =
|
||||
serialize =
|
||||
{major}.{minor}.{patch}{release}{candidate}
|
||||
{major}.{minor}.{patch}
|
||||
|
||||
|
@ -12,15 +12,11 @@ first_value = 1
|
|||
|
||||
[bumpversion:part:release]
|
||||
optional_value = production
|
||||
values =
|
||||
values =
|
||||
rc
|
||||
production
|
||||
|
||||
[bumpversion:file:app/package.json]
|
||||
|
||||
[bumpversion:file:app/package-lock.json]
|
||||
|
||||
[bumpversion:file:ui/package.json]
|
||||
|
||||
[bumpversion:file:ui/package-lock.json]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue