diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-24 01:21:59 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-24 01:21:59 (GMT) |
commit | 73349da6d71bc4cfde8d67f7beef5938d4044816 (patch) | |
tree | f5cfa1e3184ab9b110b433f74b09d97f4d21caf1 /HOWTO/release.txt | |
parent | 475d94a9464a232dacd2f7dfefc6f2e0292f9e2c (diff) | |
download | SCons-73349da6d71bc4cfde8d67f7beef5938d4044816.zip SCons-73349da6d71bc4cfde8d67f7beef5938d4044816.tar.gz SCons-73349da6d71bc4cfde8d67f7beef5938d4044816.tar.bz2 |
Prepare for release.
Diffstat (limited to 'HOWTO/release.txt')
-rw-r--r-- | HOWTO/release.txt | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 81f8f12..48496fa 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -1,12 +1,6 @@ Things to do to release a version of SCons: - Prepare CHANGES text - - Prepare RELEASE notes - - Read through the README.txt file for any updates - - Build candidate packages + Build and test candidate packages test on Linux @@ -26,6 +20,22 @@ Things to do to release a version of SCons: cd scons-src-{version} python runtest.py -a -x C:\Python15\scons.bat + Read through the README.txt file for any updates + + Prepare src/CHANGES.txt + + date -R the latest release + + should be current if this has been updated as each + change went in. + + Prepare src/RELEASE.txt + + date -R the latest release + + Can probably keep a lot of the existing text, read + it through to make sure it's okay and edit appropriately. + END THE BRANCH (need more info) |