Minor: Add a version bump completion message

This commit is contained in:
Yahnis Elsts 2023-05-20 14:20:34 +03:00
parent eddade3ebb
commit 345778385c
1 changed files with 1 additions and 2 deletions

View File

@ -117,8 +117,7 @@ file_put_contents($pluginUpdateCheckerFilePath, $content);
exec('git add .');
exec("git commit -m \"Bump version number to $newVersion\"");
//Switch back to the original branch.
//exec('git checkout -');
echo "Version number bumped to $newVersion.\n";
//Switch back to the original directory.
chdir($oldDir);