mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 01:51:51 +00:00
make-release: added a missing newline
This commit is contained in:
parent
3f31dbde57
commit
7c52b4c93d
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user