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
path: root/utils
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-09 12:06:24 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-09 12:20:41 +0300
commit08c65d4de277d27fa3acc7068784a661bf6c68b3 (patch)
treecbbe422dec305855f658b2252ee07e479f5183f8 /utils
parenteffedafabe722a0032f8d1c0b744b7a98be4e26c (diff)
i18n: Pull translations via GitHub Actions automatically
Diffstat (limited to 'utils')
-rw-r--r--utils/release-checklist3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index e8b44727e..920c1ce8f 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -81,9 +81,6 @@ for major releases
* 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 ``python setup.py extract_messages``
-* Run ``(cd sphinx/locale; tx pull -a -f)``
-* Run ``python setup.py compile_catalog``
* Run ``git add sphinx``
* Run ``git commit -am 'Update message catalogs'``
* ``python utils/bump_version.py X.Y.0``