release-tools/stage-release.sh: Add --unsigned
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Apr 2023 08:15:35 +0000 (10:15 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 May 2023 03:54:35 +0000 (05:54 +0200)
commite860bbd15081381a1b8ef91ba6df669cd78de459
tree1b330bc6c6f717d6f8f23a41ee9585cc3b844512
parent73354762e8bc5e31a4c00cf1f735c1b81229ef0a
release-tools/stage-release.sh: Add --unsigned

This allows staging to produce unsigned files, and to add an annotated
but unsigned tag.  The signing can be done later, when promoting a staged
release to an actual release.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/140)
release-tools/stage-release.sh