From f527ab0866e2c87c257a18278a03c7a66d314f05 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 16 Sep 2004 18:54:26 +0000 Subject: [PATCH] Update --- sandbox/RELEASE_CHECKLIST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sandbox/RELEASE_CHECKLIST b/sandbox/RELEASE_CHECKLIST index 31cb96862..9473f93ea 100644 --- a/sandbox/RELEASE_CHECKLIST +++ b/sandbox/RELEASE_CHECKLIST @@ -8,6 +8,7 @@ Make sure the ChangeLog has been given a proper header and that its Update the version in conf.py. Update the version in setup.py. Update the version in scripts/supybot +Make sure the man pages are up-to-date. Commit these updates, even though it seems useless. Make a release-MAJOR_MINOR_PATCHLEVEL tag. (cvs tag ) Make a release-MAJOR_MINOR_PATCHLEVEL-branch branch tag. (cvs tag -b ) @@ -32,3 +33,4 @@ Announce the release on comp.lang.python and comp.lang.python.announce. Add a topic to #supybot announcing the release. Send a GPG-signed tar.gz to jamessan for packing in Debian. Update the version in version.txt and upload to the website. +Generate the documentation and upload to the website.