Updated Scrapy release procedure (markdown)

Daniel Graña 2014-06-27 08:06:28 -07:00
parent 2e3a98b4ce
commit 214ce2a52d
1 changed files with 2 additions and 2 deletions

@ -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.