yarn lock files dont have versions

This commit is contained in:
Alex Grintsvayg 2017-06-27 10:40:35 -04:00
parent db342dd268
commit 83d387dcfb

View file

@ -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]