make-release: display the current and next version numbers

This commit is contained in:
Dylan K. Taylor 2021-09-05 15:46:40 +01:00
parent 466107d3b8
commit 0c0eb72b1b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -81,6 +81,7 @@ function main(array $argv) : void{
$currentVer->getPatch() + 1
));
echo "About to tag version $currentVer. Next version will be $nextVer.\n";
echo "please add appropriate notes to the changelog and press enter...";
fgets(STDIN);
system('git add "' . dirname(__DIR__) . '/changelogs"');