make-release: note which channel the build will be released into

This commit is contained in:
Dylan K. Taylor 2021-10-28 16:29:20 +01:00
parent 2b0768f720
commit d0474ccd92
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -111,6 +111,7 @@ function main() : void{
$channel = $filteredOpts["channel"] ?? VersionInfo::BUILD_CHANNEL;
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...";
fgets(STDIN);
system('git add "' . dirname(__DIR__) . '/changelogs"');