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>2017-05-16 16:21:44 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-05-16 16:21:44 +0300
commite322fa8480c1e8a8319aa88979554f65005798fc (patch)
treef3e450d1605215095508094785d1bc91e7b958ba /utils/release-checklist
parent384839f37c347d74f3233b19974eb75aa1a808b9 (diff)
Update message catalogs
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 8dd728027..751be382b 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -6,13 +6,15 @@ Release checklist
* Run `make style-check`
* Update sphinx/locale/sphinx.pot if first major release (beta1)
- * Run `pytho nsetup.py extract_messages`
+ * Run `python setup.py extract_messages`
* Run `(cd sphinx/locale; tx push -s)`
* Update sphinx/locale/<lang>/ files if final major release ...
* 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.z`
* Check diff by `git diff`