Skip to content

Commit

Permalink
Merge pull request #8373 from tk0miya/update_release_checklist
Browse files Browse the repository at this point in the history
Update release checklist
  • Loading branch information
tk0miya committed Nov 4, 2020
2 parents daff506 + 658f737 commit e70fc22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/release-checklist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release checklist
for stable releases
-------------------

* open https://travis-ci.org/sphinx-doc/sphinx/branches and check **X.Y** branch is green
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:X.Y.x and all tests has passed
* Run ``git fetch; git status`` and check nothing changed
* ``python utils/bump_version.py X.Y.Z``
* Check diff by ``git diff``
Expand All @@ -28,7 +28,7 @@ for stable releases
for first beta releases
-----------------------

* open https://travis-ci.org/sphinx-doc/sphinx/branches and check **master** branch is green
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:master and all tests has passed
* Run ``git fetch; git status`` and check nothing changed
* Run ``python setup.py extract_messages``
* Run ``(cd sphinx/locale; tx push -s)``
Expand Down Expand Up @@ -58,7 +58,7 @@ for first beta releases
for other beta releases
-----------------------

* open https://travis-ci.org/sphinx-doc/sphinx/branches and check **X.Y** branch is green
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x and all tests has passed
* Run ``git fetch; git status`` and check nothing changed
* ``python utils/bump_version.py X.Y.0bN``
* Check diff by ``git diff``
Expand All @@ -81,7 +81,7 @@ for other beta releases
for major releases
------------------

* open https://travis-ci.org/sphinx-doc/sphinx/branches and check **X.Y** branch is green
* open https://github.com/sphinx-doc/sphinx/actions?query=branch:X.x and all tests has passed
* Run ``git fetch; git status`` and check nothing changed
* Run ``(cd sphinx/locale; tx pull -a -f)``
* Run ``python setup.py compile_catalog``
Expand Down

0 comments on commit e70fc22

Please sign in to comment.