mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update _release.php
This commit is contained in:
parent
ef525bf505
commit
267c18e49e
1 changed files with 1 additions and 6 deletions
|
@ -111,12 +111,7 @@ runProcess('git add -A && git commit -m "release: ' . escapeshellarg($version) .
|
|||
$userName = 'belomaxorka';
|
||||
$userEmail = 'roman25052006.kelesh@gmail.com';
|
||||
|
||||
$tagCmd = <<<CMD
|
||||
git -c user.name="{$userName}" \
|
||||
-c user.email="{$userEmail}" \
|
||||
tag -a "{$version}" -m "Release {$version}"
|
||||
CMD;
|
||||
|
||||
$tagCmd = "git -c user.name=\"$userName\" -c user.email=\"$userEmail\" tag -a \"$version\" -m \"Release $version\"";
|
||||
runProcess($tagCmd);
|
||||
runProcess("git tag -v \"$version\"");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue