mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Merge pull request #1563 from letsencrypt/dev-release
Always use the specified GPG keyid for signing everything.
This commit is contained in:
commit
4ead130438
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ done
|
|||
sed -i "s/^__version.*/__version__ = '$version'/" letsencrypt/__init__.py
|
||||
|
||||
git add -p # interactive user input
|
||||
git -c commit.gpgsign=true commit -m "Release $version"
|
||||
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
||||
git tag --local-user "$RELEASE_GPG_KEY" \
|
||||
--sign --message "Release $version" "$tag"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue