SCRIPTS: improve announce-release to support different tag and versions
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Jan 2021 14:16:46 +0000 (15:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Jan 2021 14:45:15 +0000 (15:45 +0100)
commit0c612936b2f4319dcc55567af4aa425b1d6d52c7
tree4ea56a36462f0d2afe1422613f289972b665274a
parent153d4a89d0451ae896c9922ce2490b4ab8ddc8bf
SCRIPTS: improve announce-release to support different tag and versions

By having three variables it will be easier to preset the version and
the tag separately. One contains the announced version, another one the
associated tag and the last one the final commit ID (used as the ending
point before the release). This initially allows to check for the HEAD
matching the tag only when the version was not forced, hence re-announce
already tagged versions after some extra commits were added for example.
scripts/announce-release