summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-06-05 17:26:31 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-06-05 17:26:31 +0900
commit20779ab2a2b9a29a48ff140e542e6fd992e3e380 (patch)
treeceb6ac8986c179be3e3ecabfe0b16a8ebe2ab33a /utils
parentcb486ab3a077dbb50334db35a6a41ec3bcfc7dc2 (diff)
downloadsphinx-git-20779ab2a2b9a29a48ff140e542e6fd992e3e380.tar.gz
Update release-checklist
Diffstat (limited to 'utils')
-rw-r--r--utils/release-checklist13
1 files changed, 8 insertions, 5 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index 8efe980db..f9cd72a9e 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -6,17 +6,20 @@ Release checklist
* Run `tx pull -a -f` in sphinx/locale if final major release
* Update version info in sphinx/__init__.py
* Update release date in CHANGES
-* `git commit`
+* `git commit -am 'Bump to x.y.z final'`
* `make clean`
-* `python setup.py release bdist_wheel sdist upload --identify=[your key]`
+* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
* Check PyPI release page for obvious errors
* `git tag` with version number
* Merge default into stable if final major release
-* `git push stable --tags`
+* `git push origin stable --tags`
* Open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
* Add new version/milestone to tracker categories
* Write announcement and send to sphinx-dev, sphinx-users and python-announce
* Update version info, add new CHANGES entry for next version
-* `git commit`
-* `git push`
+* `git commit -am 'Bump version'`
+* `git push origin stable`
+* `git checkout master`
+* `git merge stable`
+* `git push origin master`
* Update `sphinx-doc-translations <https://github.com/sphinx-doc/sphinx-doc-translations>`_