Minor: Add a version bump completion message
This commit is contained in:
parent
eddade3ebb
commit
345778385c
|
|
@ -117,8 +117,7 @@ file_put_contents($pluginUpdateCheckerFilePath, $content);
|
||||||
exec('git add .');
|
exec('git add .');
|
||||||
exec("git commit -m \"Bump version number to $newVersion\"");
|
exec("git commit -m \"Bump version number to $newVersion\"");
|
||||||
|
|
||||||
//Switch back to the original branch.
|
echo "Version number bumped to $newVersion.\n";
|
||||||
//exec('git checkout -');
|
|
||||||
|
|
||||||
//Switch back to the original directory.
|
//Switch back to the original directory.
|
||||||
chdir($oldDir);
|
chdir($oldDir);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue