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-01-21 13:45:09 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-21 13:45:35 +0300
commit3f17bebecbd5bef6d7425a17e813090cff295730 (patch)
treeb6fbb948a2759d6d8d75c3670719574f17ecec86 /utils/release-checklist
parent765b00fc306c25c3bb1a16e1ea7c046f759f251e (diff)
Add bump_version.py
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist7
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index c4c9f48bf..610ab9d19 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -9,8 +9,8 @@ Release checklist
* 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
+* `python utils/bump_version.py x.y.z`
+* Check diff by `git diff`
* `git commit -am 'Bump to x.y.z final'`
* `make clean`
* `python setup.py compile_grammar`
@@ -21,7 +21,8 @@ Release checklist
* `git push origin stable --tags`
* open https://readthedocs.org/dashboard/sphinx/versions/ and enable the released version
* Add new version/milestone to tracker categories
-* Update version info, add new CHANGES entry for next version
+* `python utils/bump_version.py a.b.cb0` (ex. 1.5.3b0)
+* Check diff by `git diff`
* `git commit -am 'Bump version'`
* `git push origin stable`
* `git checkout master`