summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-23 16:33:26 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-23 16:33:31 +0900
commit2ecf5f46512f488b9d93158bf7c251b364690478 (patch)
tree41644d266cf08ceb3eaaed4f6f4b54139303fb26 /utils
parent583667701e955e354082a60e9305e77252a4c351 (diff)
downloadsphinx-git-2ecf5f46512f488b9d93158bf7c251b364690478.tar.gz
release-checklist: An update of doc-translations is no longer needed
Diffstat (limited to 'utils')
-rw-r--r--utils/release-checklist4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 12cbe6381..fa09f9e8b 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -23,7 +23,6 @@ for stable releases
* ``git checkout master``
* ``git merge X.Y``
* ``git push origin master``
-* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
* Add new version/milestone to tracker categories
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
@@ -56,7 +55,6 @@ for first beta releases
* ``git commit -am 'Bump version'``
* ``git push origin master``
* open https://github.com/sphinx-doc/sphinx/settings/branches and make ``X.Y`` branch protected
-* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
* Add new version/milestone to tracker categories
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
@@ -82,7 +80,6 @@ for other beta releases
* ``git checkout master``
* ``git merge X.Y``
* ``git push origin master``
-* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
* Add new version/milestone to tracker categories
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
@@ -117,6 +114,5 @@ for major releases
* Run ``git tag A.B`` to paste a tag instead branch
* Run ``git push origin :A.B --tags`` to remove old stable branch
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
-* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_
* Add new version/milestone to tracker categories
* Write announcement and send to sphinx-dev, sphinx-users and python-announce