Merge pull request #2152 from scrapy/bumpversion-config-1.1

[MRG+1] Better bumpversion config for branch 1.1
This commit is contained in:
Paul Tremberth 2016-08-11 12:20:37 +02:00 committed by GitHub
commit f3bd3995fb
1 changed files with 0 additions and 22 deletions

View File

@ -3,27 +3,5 @@ current_version = 1.1.1
commit = True
tag = True
tag_name = {new_version}
parse = ^
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
(?:(?P<prerel>[abc]|rc|dev)(?P<prerelversion>\d+))?
serialize =
{major}.{minor}.{patch}{prerel}{prerelversion}
{major}.{minor}.{patch}
[bumpversion:file:scrapy/VERSION]
[bumpversion:part:prerel]
optional_value = gamma
values =
dev
rc
gamma
[bumpversion:part:prerelversion]
values =
1
2
3
4
5