Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-03-28 19:41:23 +01:00
5 changed files with 75 additions and 4 deletions

View File

@ -71,7 +71,7 @@ function main(array $argv) : void{
$versionInfoPath = dirname(__DIR__) . '/src/VersionInfo.php';
replaceVersion($versionInfoPath, $currentVer->getBaseVersion(), false);
echo "please add appropriate notes to the changelog and press enter...";
fgets(STDIN);
system('git add "' . dirname(__DIR__) . '/changelogs"');