mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
make-release: display the current and next version numbers
This commit is contained in:
parent
466107d3b8
commit
0c0eb72b1b
@ -81,6 +81,7 @@ function main(array $argv) : void{
|
|||||||
$currentVer->getPatch() + 1
|
$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...";
|
echo "please add appropriate notes to the changelog and press enter...";
|
||||||
fgets(STDIN);
|
fgets(STDIN);
|
||||||
system('git add "' . dirname(__DIR__) . '/changelogs"');
|
system('git add "' . dirname(__DIR__) . '/changelogs"');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user