mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -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';
|
$userName = 'belomaxorka';
|
||||||
$userEmail = 'roman25052006.kelesh@gmail.com';
|
$userEmail = 'roman25052006.kelesh@gmail.com';
|
||||||
|
|
||||||
$tagCmd = <<<CMD
|
$tagCmd = "git -c user.name=\"$userName\" -c user.email=\"$userEmail\" tag -a \"$version\" -m \"Release $version\"";
|
||||||
git -c user.name="{$userName}" \
|
|
||||||
-c user.email="{$userEmail}" \
|
|
||||||
tag -a "{$version}" -m "Release {$version}"
|
|
||||||
CMD;
|
|
||||||
|
|
||||||
runProcess($tagCmd);
|
runProcess($tagCmd);
|
||||||
runProcess("git tag -v \"$version\"");
|
runProcess("git tag -v \"$version\"");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue