mirror of https://github.com/scrapy/scrapy.git
bumpversion: set the release date automatically
This commit is contained in:
parent
0cdb971f63
commit
08ee88456f
|
|
@ -120,6 +120,12 @@ commit = true
|
|||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
||||
[[tool.bumpversion.files]]
|
||||
filename = "docs/news.rst"
|
||||
search = "\\(unreleased\\)$"
|
||||
replace = "({now:%Y-%m-%d})"
|
||||
regex = true
|
||||
|
||||
[[tool.bumpversion.files]]
|
||||
filename = "scrapy/VERSION"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue