diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-04 21:24:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 21:24:48 +0900 |
commit | b59a48d4139801f46272530ca30fe321b1073564 (patch) | |
tree | 45b2ab471d8a2d52bc6230ebc78d655afe2de960 | |
parent | 1346ddf3175c1a8e84db1be0d262a490f3b16df1 (diff) | |
parent | b3f8bd1e3cff91753fa524ee8058b32608e33335 (diff) | |
download | sphinx-git-b59a48d4139801f46272530ca30fe321b1073564.tar.gz |
Merge pull request #8650 from tk0miya/update_release_checklist
doc: Quote URLs in release checklist
-rw-r--r-- | utils/release-checklist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/release-checklist b/utils/release-checklist index dad83c850..671f932d8 100644 --- a/utils/release-checklist +++ b/utils/release-checklist @@ -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`` @@ -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)`` @@ -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`` @@ -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`` |