diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-16 14:57:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-16 14:57:18 +0200 |
commit | d58143b18090498dda980790b79e71d7e4075841 (patch) | |
tree | 601ccbdd400abfb952ca00b4a991915c83e5f5ca | |
parent | 54fd7c1bdf35a88c26a032eacacd26d168a26636 (diff) |
Update bugfix-only release instructions
-rw-r--r-- | release-bugfix-only.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/release-bugfix-only.txt b/release-bugfix-only.txt index ebfda5d..f8bb098 100644 --- a/release-bugfix-only.txt +++ b/release-bugfix-only.txt @@ -33,6 +33,8 @@ - Regenerate odb.sh (may need to checkout old version or copy old), cli.sh as above. + - Stage and diff with previous version for sanity check. + - Dist to queue: etc/stage-pkg -q -d -c <group> <proj> @@ -60,7 +62,7 @@ cd .. etc/publish -p -- Update download links if changed build2-toolchain. +- Update download links/checksums if changed build2-toolchain. - Tag the bugfix release: @@ -70,6 +72,8 @@ - Commit cppget.org/repository/ (see history for procedure) +- Commit private if changed build2-toolchain. + - Write and send announcements, remember to include checksum. - Switch back to master and regenerate cli.sh/odb.sh |