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:
authorGeorg Brandl <georg@python.org>2015-01-02 15:49:38 +0300
committerGeorg Brandl <georg@python.org>2015-01-02 15:49:38 +0300
commita84e036622e4c0e6aaa23db82571d763c51f5fbd (patch)
treed8264a4461e7403cff60f6f8d47fd13e33c74a6f /utils/release-checklist
parent10db0188af37a7a681edabd9ead77ea2e5e53869 (diff)
development process updates: bb->gh, hg->git
Diffstat (limited to 'utils/release-checklist')
-rw-r--r--utils/release-checklist10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/release-checklist b/utils/release-checklist
index ab234f3ea..6a8e4c0fd 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -1,21 +1,21 @@
Release checklist
=================
-* Check hg status
+* Check git status
* Make check
* Update version info in sphinx/__init__.py
* Update release date in CHANGES
-* hg commit
+* git commit
* make clean
* python setup.py release bdist_wheel sdist upload
* For all other versions: pythonX.Y setup.py release bdist_wheel upload
(remove build/ before each one)
* Check PyPI release page for obvious errors
-* hg tag
+* git tag
* Merge default into stable if final major release
* Update homepage (release info), regenerate docs (+printable!)
* Add new version/milestone to tracker categories
* Write announcement and send to mailing list/python-announce
* Update version info, add new CHANGES entry for next version
-* hg commit
-* hg push
+* git commit
+* git push