Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-23 12:58:27 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-02-23 12:58:27 +0300
commit2bac500eaa54fcfc9b4536c2ed8e8a388d7f5ec0 (patch)
tree718f525518e4568bd707167e4a7201dc0fbe03c2 /utils/release-checklist
parent5f1c0b5430a292837f40a2f01ebff2e30193dd02 (diff)
parent2ecf5f46512f488b9d93158bf7c251b364690478 (diff)
Merge branch 'update_release_checklist' into 2.4.x
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 171fe50fc..26d598dc6 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -22,7 +22,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
@@ -54,7 +53,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
@@ -79,7 +77,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
@@ -113,6 +110,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