diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-14 02:14:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-14 02:14:10 (GMT) |
commit | 445755cb1f9663035326e9d6be812ce53bb5cf11 (patch) | |
tree | 3bb5c9a0d5b2a7e674fcb70f47123e7b7ea811ac /HOWTO | |
parent | 5cc3042f69d0a5fb233818349cd7528811c08964 (diff) | |
download | SCons-445755cb1f9663035326e9d6be812ce53bb5cf11.zip SCons-445755cb1f9663035326e9d6be812ce53bb5cf11.tar.gz SCons-445755cb1f9663035326e9d6be812ce53bb5cf11.tar.bz2 |
Prepare release notes, change log, etc.
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/README | 3 | ||||
-rw-r--r-- | HOWTO/release.txt | 62 |
2 files changed, 65 insertions, 0 deletions
diff --git a/HOWTO/README b/HOWTO/README index 32f1170..cda7606 100644 --- a/HOWTO/README +++ b/HOWTO/README @@ -5,3 +5,6 @@ change.txt How changes are integrated, including generating and distributing aedist change sets, and updating the CVS repository on SourceForge. + +release.txt + Steps to go through when releasing a new version of SCons. diff --git a/HOWTO/release.txt b/HOWTO/release.txt new file mode 100644 index 0000000..0adc94e --- /dev/null +++ b/HOWTO/release.txt @@ -0,0 +1,62 @@ +Things to do to release a version of SCons: + + Prepare RELEASE notes + + Prepare CHANGES text + + Read through the README.txt file for any updates + + Build candidate packages + + test on Linux + test on Windows NT + + + + END THE BRANCH (need more info) + + START THE NEW BRANCH (need more info) + + + + Read through the FAQ for any updates + + Update the web site: + + new version number (template) + announcement on the home page + new packages in the download page + checkin new scons-doc.tar.gz on the web site + + + + Upload the packages to the web site (download page) + + Test downloading from the web site + + + + Upload the packages to the SourceForge project page + + Test downloading from the SourceForge project page + + + + Add news item to the SourceForge project page + + Prepare an announcement + + Announce to the following mailing lists: + + scons-announce@lists.sourceforge.net + scons-users@lists.sourceforge.net + scons-devel@lists.sourceforge.net + python-list@python.org + python-announce@python.org + cons-discuss@gnu.org + + linux-announce@news.ornl.gov? + + Notify freshmeat.net + + Notifty www.cmtoday.com/contribute.html |