From bd15dadf2805a8e636c545b2894f7302c280e5f1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 23 Nov 2003 14:06:13 +0000 Subject: [PATCH] Initial checkin. --- docs/RELEASE-CHECKLIST | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/RELEASE-CHECKLIST diff --git a/docs/RELEASE-CHECKLIST b/docs/RELEASE-CHECKLIST new file mode 100644 index 000000000..89fc0988f --- /dev/null +++ b/docs/RELEASE-CHECKLIST @@ -0,0 +1,16 @@ +These are things not to be forgotten when making a Supybot release: + +Update the version in conf.py. +Update the version in setup.py. +Remove CVS directories from the tarball. +Create .tar.gz, .tar.bz2, and .zip archives. +Add the release to the supybot package in SF.net. +Upload the archives to upload.sf.net, add to the release on SF.net. +Announce the release in a News item on SF.net. +Announce the release on Freshmeat.net. +Announce the release on PyPI via "python setup.py register". +Add a topic to #supybot announcing the release. +Make a release-MAJOR_MINOR_PATCHLEVEL tag. (cvs tag ...) +Make a release-MAJOR_MINOR_PATCHLEVEL branch tag. (cvs tag -b ...) + +