diff options
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/release.txt | 6 | ||||
-rw-r--r-- | HOWTO/subrelease.txt | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index cff44b9..64c62af 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -45,6 +45,12 @@ Things to do to release a new X.Y version of SCons: Check in any changes necessary to make everything work + Update the user's guide + + sh bin/docdiff + + sh bin/docupdate + END THE CURRENT DEVELOPMENT BRANCH ae_p scons.0 diff --git a/HOWTO/subrelease.txt b/HOWTO/subrelease.txt index fbba52a..7b9254b 100644 --- a/HOWTO/subrelease.txt +++ b/HOWTO/subrelease.txt @@ -8,6 +8,14 @@ see the document HOWTO/release.txt. Things to do to release a new X.Y.Z version of SCons: + BEFORE STARTING THE SUB-BRANCH: + + Update the user's guide on the parent + + sh bin/docdiff + + sh bin/docupdate + START THE NEW SUB-BRANCH FOR SUBRELEASE aenbr -p scons.0.{94} {1} |