mirror of https://github.com/scrapy/scrapy.git
better bumpversion config for branch 1.1
Having the part:prerel setup as it's right now, it's forcing releases to go through a pre-release cycle dev1, rc1, before the actual release. This is not desired for older branches, since they will mostly get only minor and patch releases.
This commit is contained in:
parent
427d90a8ed
commit
605edd2215
|
|
@ -12,13 +12,6 @@ serialize =
|
|||
|
||||
[bumpversion:file:scrapy/VERSION]
|
||||
|
||||
[bumpversion:part:prerel]
|
||||
optional_value = gamma
|
||||
values =
|
||||
dev
|
||||
rc
|
||||
gamma
|
||||
|
||||
[bumpversion:part:prerelversion]
|
||||
values =
|
||||
1
|
||||
|
|
|
|||
Loading…
Reference in New Issue