mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
misc(_release.php): Added push origin
command
This commit is contained in:
parent
128f917d76
commit
23063bcc74
1 changed files with 3 additions and 0 deletions
|
@ -116,4 +116,7 @@ $tagCmd = "git -c user.name=\"$userName\" -c user.email=\"$userEmail\" -c user.s
|
||||||
runProcess($tagCmd);
|
runProcess($tagCmd);
|
||||||
runProcess("git tag -v \"$version\"");
|
runProcess("git tag -v \"$version\"");
|
||||||
|
|
||||||
|
runProcess("git push origin master");
|
||||||
|
runProcess("git push origin $version");
|
||||||
|
|
||||||
out("\n- Release $version has been successfully prepared and committed!", 'success');
|
out("\n- Release $version has been successfully prepared and committed!", 'success');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue