diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 15:56:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 15:56:00 +0200 |
commit | 9cc59dce85b4fc256ad13028c600fce5a5c9f050 (patch) | |
tree | 8e3a108cc3d46bd662e9bd4a93539d38c04b909a /release.txt | |
parent | 7e3f60cbda74e5d73f173559bcdab0ebe3f0a9dd (diff) |
Update release procedures
Diffstat (limited to 'release.txt')
-rw-r--r-- | release.txt | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/release.txt b/release.txt index 1279c7d..9a1aa89 100644 --- a/release.txt +++ b/release.txt @@ -1,7 +1,9 @@ TODO ==== -@@ Run tests in each project/package +@@ Run tests in each project/package? +@@ Local Clang test is broken and disabled. + Setup ===== @@ -15,15 +17,21 @@ Setup - Build new prerequisites (if any) on local, freebsd (install to /usr/local). -Preparation -=========== + +Prelude +======= - Copy new/updated prerequisites into build2-X.Y/ -! Need to regenerate ODB files? +- Need to regenerate ODB files? + +- Close schema versions, review schema changlog difference from previous + release for any data migration that may be required (@@ Would also need + to test this). -Process -======= + +Procession +========== - Generate distribution (use -t for toolchain-only, without brep) @@ -61,3 +69,11 @@ Process ./push.sh - Commit and push cppget.org + + +Postlude +======== + +- Increment and open schema versions + +- Increment project versions |