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:51:31 +0300
committerGeorg Brandl <georg@python.org>2015-01-02 15:51:31 +0300
commit91887b0183b2d4ba0cee5e1195d08b24612fd410 (patch)
treec85c7f2a2c87fa857d536a6e17741ddd01ca0102 /utils/release-checklist
parent7b8a984babfd9bfb11fbb7212cb078382e127624 (diff)
parenta84e036622e4c0e6aaa23db82571d763c51f5fbd (diff)
Merge branch 'stable'
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 1cc8b0916..b53fc44fc 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -1,19 +1,19 @@
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
* 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