Limnoria/sandbox/RELEASE_CHECKLIST

22 lines
1012 B
Plaintext
Raw Normal View History

2003-11-23 14:06:13 +00:00
These are things not to be forgotten when making a Supybot release:
Update the version in conf.py.
Update the version in setup.py.
2004-03-25 12:12:52 +00:00
Update the version in scripts/supybot
2004-01-26 03:51:02 +00:00
Make a release-MAJOR_MINOR_PATCHLEVEL tag. (cvs tag ...)
Make a release-MAJOR_MINOR_PATCHLEVEL-branch branch tag. (cvs tag -b ...)
2004-04-18 03:03:53 +00:00
Remove test directory from the tarball.
2003-11-23 14:06:13 +00:00
Remove CVS directories from the tarball.
Remove sandbox directory from the tarball.
2003-11-23 14:06:13 +00:00
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".
2003-12-16 13:35:42 +00:00
Announce the release on the forums.
2004-01-26 03:51:02 +00:00
Announce the release on comp.lang.python and comp.lang.python.announce.
2003-11-23 14:06:13 +00:00
Add a topic to #supybot announcing the release.
2004-01-26 03:51:02 +00:00
Send a GPG-signed tar.gz to vomjom for packing in Debian.
2004-02-07 12:14:42 +00:00
Update the version in version.txt and upload to the website.