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>2016-12-13 18:54:25 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-13 18:54:25 +0300
commit3f9d48edc029d64cf4ffdd0efd72f420ab9c2e64 (patch)
tree5cc154b0ff466f12ee81b768b267d4c91093a164 /utils/release-checklist
parent07d30ec01d78914b00cc94ee7761ba57617dfba2 (diff)
Update release-checklist
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist7
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 184fed3fb..c4c9f48bf 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -4,8 +4,11 @@ Release checklist
* open https://travis-ci.org/sphinx-doc/sphinx/branches and check stable branch is green
* Check `git status`
* Run `make style-check`
-* Run `tx pull -a -f` in sphinx/locale if final major release
-* Run `python setup.py compile_catalog` in project root after 'tx pull'
+* if final major release ...
+
+ * Run `(cd sphinx/locale; tx pull -a -f)`
+ * Run `python setup.py compile_catalog`
+
* Update version info in sphinx/__init__.py
* Update release date in CHANGES
* `git commit -am 'Bump to x.y.z final'`