Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-09-07 12:45:52 +01:00
4 changed files with 16 additions and 8 deletions

View File

@ -85,6 +85,7 @@ function main(array $argv) : void{
));
}
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"');