Enable a different announcement for premium releases
authorRichard Levitte <levitte@openssl.org>
Fri, 23 Jun 2023 07:58:40 +0000 (09:58 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Jun 2023 09:26:58 +0000 (11:26 +0200)
commit2e35e54163b62f0cb558b07485c5c5b2d513628e
tree7fce328ced27ef5ddad7d9e3e4fd9de36f46afd5
parent988e13a8d44b7266cda11c5e6e815c6084451aed
Enable a different announcement for premium releases

The basic data of what is considered premium and what is considered
public releases, a new bash function is added, std_release_type(), found in
release-tools/release-aux/release-data-fn.sh.

Along with this, the non-descript variable 'tag' is renamed to 'release_tag',
and a spelling error is corrected.

Fixes #157

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/160)
release-tools/release-aux/openssl-announce-release-premium.tmpl [new file with mode: 0644]
release-tools/release-aux/openssl-announce-release-public.tmpl [moved from release-tools/release-aux/openssl-announce-release.tmpl with 100% similarity]
release-tools/release-aux/release-data-fn.sh [new file with mode: 0644]
release-tools/release-aux/release-version-fn.sh
release-tools/stage-release.sh