mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
misc(_release.php): Added GPG
sign for tags (#1931)
This commit is contained in:
parent
bef5328d1e
commit
8ecc61719a
1 changed files with 2 additions and 1 deletions
|
@ -110,8 +110,9 @@ runProcess('git add -A && git commit -m "release: ' . escapeshellarg($version) .
|
||||||
|
|
||||||
$userName = 'belomaxorka';
|
$userName = 'belomaxorka';
|
||||||
$userEmail = 'roman25052006.kelesh@gmail.com';
|
$userEmail = 'roman25052006.kelesh@gmail.com';
|
||||||
|
$keyId = '0D496E7D57AEA4B6B017F379F34487C7A449A619';
|
||||||
|
|
||||||
$tagCmd = "git -c user.name=\"$userName\" -c user.email=\"$userEmail\" tag -a \"$version\" -m \"Release $version\"";
|
$tagCmd = "git -c user.name=\"$userName\" -c user.email=\"$userEmail\" -c user.signingkey=\"$keyId\" tag -s -a \"$version\" -m \"Release $version\"";
|
||||||
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