mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
misc(_release.php): Added GPG
sign for tags
This commit is contained in:
parent
bef5328d1e
commit
f5ed0e745b
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';
|
||||
$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("git tag -v \"$version\"");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue