From 3742e887c24a786cd7963f88fbbb8f8e1960df8a Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Mon, 28 Mar 2016 22:48:09 +0900 Subject: [PATCH] update checklist to remind `tx pull -a -f` for final major release. --- utils/release-checklist | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/utils/release-checklist b/utils/release-checklist index ab859487e..ff290471b 100644 --- a/utils/release-checklist +++ b/utils/release-checklist @@ -1,19 +1,20 @@ Release checklist ================= -* Check git status -* Run make style-check +* Check `git status` +* Run `make style-check` +* Run `tx pull -a -f` in sphinx/locale if final major release * Update version info in sphinx/__init__.py * Update release date in CHANGES -* git commit -* make clean -* python setup.py release bdist_wheel sdist upload +* `git commit` +* `make clean` +* `python setup.py release bdist_wheel sdist upload` * Check PyPI release page for obvious errors -* git tag +* `git tag` with version number * 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 -* git commit -* git push +* `git commit` +* `git push`