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>2018-01-28 18:24:30 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-02 20:13:02 +0300
commit35f05bdc7e1000a56bf945ae44d3c6da27bd315b (patch)
tree440ef7944d3503a4b2f55e301a3a580cfcf7e052 /utils/release-checklist
parentcb529a81e1bab4561070d3df120d58165e1a8c0a (diff)
Update release checklist (again)
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index cf3808e09..fa537014f 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -21,11 +21,10 @@ Release checklist
* `make clean`
* `python setup.py release bdist_wheel sdist upload --identity=[your key]`
* open https://pypi.python.org/pypi/Sphinx and check there are no obvious errors
-* `git tag vX.Y.Z` with version number
+* `git tag vX.Y.Z`
* Merge default into X.Y branch if final major release
* `git push origin X.Y --tags`
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
-* Add new version/milestone to tracker categories
* `python utils/bump_version.py --in-develop X.Y.Zb0` (ex. 1.5.3b0)
* Check diff by `git diff`
* `git commit -am 'Bump version'`
@@ -34,4 +33,5 @@ Release checklist
* `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