mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
misc(_release.php): Minor improvements
This commit is contained in:
parent
b6b38adea3
commit
92e99a4384
1 changed files with 1 additions and 8 deletions
|
@ -118,15 +118,8 @@ runProcess('npx git-cliff v2.4.5-rc.2.. --config cliff.toml --tag "' . $version
|
|||
|
||||
// Git add & commit
|
||||
runProcess('git add -A && git commit -m "release: ' . escapeshellarg($version) . (!empty($versionEmoji) ? (' ' . $versionEmoji) : '') . '"');
|
||||
|
||||
$userName = 'belomaxorka';
|
||||
$userEmail = 'roman25052006.kelesh@gmail.com';
|
||||
$keyId = '0D496E7D57AEA4B6B017F379F34487C7A449A619';
|
||||
|
||||
$tagCmd = "git -c user.name=\"$userName\" -c user.email=\"$userEmail\" -c user.signingkey=\"$keyId\" tag -s -a \"$version\" -m \"Release $version\"";
|
||||
runProcess($tagCmd);
|
||||
runProcess("git tag -a \"$version\" -m \"Release $version\"");
|
||||
runProcess("git tag -v \"$version\"");
|
||||
|
||||
runProcess("git push origin master");
|
||||
runProcess("git push origin $version");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue