From 82093b28436f11f9fc7f2fce5c1cc1933d97d34f Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 1 Date: Fri, 29 May 2020 17:36:38 +0200 Subject: [PATCH] Improve release documentation --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a1f02..eec991b 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ git merge --squash development git tag -u keyid version HEAD git tag -v version git push --tags origin master +git checkout development +git merge master +git push --tags origin development ``` and a log message roughly describing the features added in the commit is @@ -119,6 +122,7 @@ In the past, our git history did not always reflect this scheme. Release checklist + * [ ] Check cage for possible code merges * [ ] Cursory testing * [ ] libfuzzer testing * [ ] ninja -C build clang-format @@ -140,8 +144,9 @@ Release checklist * [ ] Signature * [ ] Branching Strategy * [ ] git archive --prefix=cagebreak/ -o release_version.tar.gz tags/version . + * [ ] Extract, build and verify reproducibility of archive * [ ] gpg --detach-sign -u keyid release_version.tar.gz - * [ ] upload build assets + * [ ] Upload archive and signature as build assets ### Signing Key