mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-05 20:41:41 -07:00
chore: Changed active branch name in _release.php
(#1972)
* chore: Changed active branch name in `_release.php` * Update _release.php
This commit is contained in:
parent
2a8b6daecf
commit
7dc69ba699
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ runProcess("git tag -a \"$version\" -m \"Release $version\"");
|
|||
runProcess("git tag -v \"$version\"");
|
||||
|
||||
// Git push
|
||||
runProcess("git push origin master");
|
||||
runProcess("git checkout v2.4");
|
||||
runProcess("git push origin v2.4");
|
||||
runProcess("git push origin $version");
|
||||
|
||||
out("\n- Release $version has been successfully prepared, committed and pushed!", 'success');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue