mirror of https://github.com/scrapy/scrapy.git
Updated Scrapy release procedure (markdown)
parent
2e3a98b4ce
commit
214ce2a52d
|
|
@ -57,9 +57,9 @@ $ git checkout 0.24
|
|||
$ bumpversion patch
|
||||
|
||||
# Add version, release date and changes to `docs/news.rst`
|
||||
$ git log '--format=- %s (:commit:`%h`)' 0.22.1...0.22 # update docs/news.rst
|
||||
$ git log '--format=- %s (:commit:`%h`)' 0.24.1...0.24 # update docs/news.rst
|
||||
$ git add docs/news.rst
|
||||
$ git commit -m 'Add 0.24.1 release notes'
|
||||
$ git commit -m 'Add 0.24.2 release notes'
|
||||
$ git push origin 0.24 --tags
|
||||
|
||||
# Checkout master and cherry pick `docs/news.rst` changes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue