SCRIPTS: make announce release support preparing announces before tag exists
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Jan 2021 14:46:33 +0000 (15:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Jan 2021 14:49:44 +0000 (15:49 +0100)
commit96d5368202705de79756ebe7da78beb1af11fb2d
tree2ee93f236486a12afefc0fd1a5c56ec1492c5cde
parent0c612936b2f4319dcc55567af4aa425b1d6d52c7
SCRIPTS: make announce release support preparing announces before tag exists

It takes so much time to write an announce message that sometimes it's
annoying not being able to start the work while a fix is being finished.
With the new "-p" argument, announce-release will allow to prepare the
announce message for the current HEAD and with no tag yet. It will
restart from the last tag and automatically increment the version using
the same algorithm as create-release so that everything is accurate. It
should then be easier at the last moment to just include the final entry
by hand when the last fix finally arrives. For convenience, this argument
also allows to create an announce from another branch than master.
scripts/announce-release