mirror of https://github.com/scrapy/scrapy.git
remove remaining prerelease configuration
This commit is contained in:
parent
605edd2215
commit
73c8787b9c
|
|
@ -3,20 +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:prerelversion]
|
||||
values =
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue