mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
make-release: added a missing newline
This commit is contained in:
@@ -68,6 +68,6 @@ file_put_contents($versionInfoPath, $mod = preg_replace(
|
|||||||
));
|
));
|
||||||
system('git add "' . $versionInfoPath . '"');
|
system('git add "' . $versionInfoPath . '"');
|
||||||
system('git commit -m "' . $nextVer->getBaseVersion() . ' is next" --include "' . $versionInfoPath . '"');
|
system('git commit -m "' . $nextVer->getBaseVersion() . ' is next" --include "' . $versionInfoPath . '"');
|
||||||
echo "pushing changes in 10 seconds";
|
echo "pushing changes in 10 seconds\n";
|
||||||
sleep(10);
|
sleep(10);
|
||||||
system('git push origin HEAD ' . BASE_VERSION);
|
system('git push origin HEAD ' . BASE_VERSION);
|
||||||
|
Reference in New Issue
Block a user