Adapt documentation for the new release script, and clean up
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Mar 2023 06:38:21 +0000 (08:38 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 May 2023 03:54:35 +0000 (05:54 +0200)
commit6bbdee09f51d628ced7eff15b52cff1b1475b67e
tree94e451d6c3ab5e3cc56c0aa4da6922f0dced402e
parent25d343a424573aff08c6a50e96b1bcb442a140cb
Adapt documentation for the new release script, and clean up

release-tools/release.sh and associated files should now be a good enough
replacement of release-tools/mkrelease.pl and associated files.
Therefore, HOWTO-make-a-release.md is adapted to only refer to the new
script, and release-tools/mkrelease.pl and associated files are removed.

Someone might want to ask, why shell scripts rather than perl?
The reasoning is that the OpenSSL team does most if not all its development
on Unix-like systems, and the release script is essentially a wrapper around
diverse shell commands anyway, it therefore seems sensible to use the shell
language.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/140)
HOWTO-make-a-release.md
release-tools/MKRELEASE.md [deleted file]
release-tools/mkrelease.pl [deleted file]
release-tools/release-check.pl [deleted file]
release-tools/release-date.pl [deleted file]
release-tools/release-git.pl [deleted file]
release-tools/release-update.pl [deleted file]
release-tools/release-version.pl [deleted file]