diff --git a/Scrapy-release-procedure.md b/Scrapy-release-procedure.md index d6e8d1b..76dd751 100644 --- a/Scrapy-release-procedure.md +++ b/Scrapy-release-procedure.md @@ -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.