mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
make-release: note which channel the build will be released into
This commit is contained in:
parent
2b0768f720
commit
d0474ccd92
@ -111,6 +111,7 @@ function main() : void{
|
|||||||
$channel = $filteredOpts["channel"] ?? VersionInfo::BUILD_CHANNEL;
|
$channel = $filteredOpts["channel"] ?? VersionInfo::BUILD_CHANNEL;
|
||||||
|
|
||||||
echo "About to tag version $currentVer. Next version will be $nextVer.\n";
|
echo "About to tag version $currentVer. Next version will be $nextVer.\n";
|
||||||
|
echo "$currentVer will be published on release channel \"$channel\".\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