diff options
| author | Georg Brandl <georg@python.org> | 2013-12-10 10:30:44 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-12-10 10:30:44 +0100 |
| commit | dfaecb8779c83079d60dbd8bb84382e45bb69f08 (patch) | |
| tree | f003167520ca3647fb187224af66cb178399dbc7 /utils | |
| parent | a39376041bf73b7a85a12f4a7d6ffea0b1ae33e8 (diff) | |
| download | sphinx-git-dfaecb8779c83079d60dbd8bb84382e45bb69f08.tar.gz | |
Add the release checklist.
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/release-checklist | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/release-checklist b/utils/release-checklist new file mode 100644 index 000000000..8ea08bdee --- /dev/null +++ b/utils/release-checklist @@ -0,0 +1,19 @@ +Release checklist +================= + +* Check hg status +* Make check +* Update version info in sphinx/__init__.py +* Update release date in CHANGES +* hg commit +* make clean +* python setup.py release bdist_egg sdist upload +* Check PyPI release page for obvious errors +* hg 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 |
