update checklist to remind tx pull -a -f for final major release.

This commit is contained in:
shimizukawa 2016-03-28 22:48:09 +09:00
parent 57512bf257
commit 3742e887c2

View File

@ -1,19 +1,20 @@
Release checklist Release checklist
================= =================
* Check git status * Check `git status`
* Run make style-check * Run `make style-check`
* Run `tx pull -a -f` in sphinx/locale if final major release
* Update version info in sphinx/__init__.py * Update version info in sphinx/__init__.py
* Update release date in CHANGES * Update release date in CHANGES
* git commit * `git commit`
* make clean * `make clean`
* python setup.py release bdist_wheel sdist upload * `python setup.py release bdist_wheel sdist upload`
* Check PyPI release page for obvious errors * Check PyPI release page for obvious errors
* git tag * `git tag` with version number
* Merge default into stable if final major release * Merge default into stable if final major release
* Update homepage (release info), regenerate docs (+printable!) * Update homepage (release info), regenerate docs (+printable!)
* Add new version/milestone to tracker categories * Add new version/milestone to tracker categories
* Write announcement and send to mailing list/python-announce * Write announcement and send to mailing list/python-announce
* Update version info, add new CHANGES entry for next version * Update version info, add new CHANGES entry for next version
* git commit * `git commit`
* git push * `git push`