Skip to content

Commit

Permalink
doc: Quote URLs in release checklist
Browse files Browse the repository at this point in the history
To improve the install process, the commands on the checklist is updated
to allow to copy & paste it to console.
  • Loading branch information
tk0miya committed Jan 4, 2021
1 parent 1346ddf commit b3f8bd1
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://github.com/sphinx-doc/sphinx/actions?query=branch:X.Y.x and all tests has passed
* 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://github.com/sphinx-doc/sphinx/actions?query=branch:master and all tests has passed
* 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://github.com/sphinx-doc/sphinx/actions?query=branch:X.x and all tests has passed
* 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://github.com/sphinx-doc/sphinx/actions?query=branch:X.x and all tests has passed
* 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 b3f8bd1

Please sign in to comment.