2003-11-23 15:06:13 +01: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 13:12:52 +01:00
|
|
|
Update the version in scripts/supybot
|
2004-01-26 04:51:02 +01: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 05:03:53 +02:00
|
|
|
Remove test directory from the tarball.
|
2003-11-23 15:06:13 +01:00
|
|
|
Remove CVS directories from the tarball.
|
2004-04-17 18:52:02 +02:00
|
|
|
Remove sandbox directory from the tarball.
|
2003-11-23 15:06:13 +01: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 14:35:42 +01:00
|
|
|
Announce the release on the forums.
|
2004-01-26 04:51:02 +01:00
|
|
|
Announce the release on comp.lang.python and comp.lang.python.announce.
|
2003-11-23 15:06:13 +01:00
|
|
|
Add a topic to #supybot announcing the release.
|
2004-01-26 04:51:02 +01:00
|
|
|
Send a GPG-signed tar.gz to vomjom for packing in Debian.
|
2004-02-07 13:14:42 +01:00
|
|
|
Update the version in version.txt and upload to the website.
|