summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-23 16:51:27 +0900
committerGitHub <noreply@github.com>2020-02-23 16:51:27 +0900
commit4f0e83306e9a228399e5a1361eb8aba3d3cc01b5 (patch)
tree7000946b26ea18983242b21709e600c9f6a4bba4 /utils
parent06d3aa6c3ea33b2ca27f85d7c70264b020802eb4 (diff)
parent2ecf5f46512f488b9d93158bf7c251b364690478 (diff)
downloadsphinx-git-4f0e83306e9a228399e5a1361eb8aba3d3cc01b5.tar.gz
Merge pull request #7203 from tk0miya/update_release_checklist
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