Auto merge of #4082 - daira:release-select-gpg-key, r=Eirik0

Release process doc: add step to set the gpg key id

fixes #4047

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Homu 2019-07-31 14:42:55 -07:00
commit da08717a02
1 changed files with 7 additions and 2 deletions

View File

@ -98,8 +98,13 @@ The output should include something like, which is created by Homu:
Auto merge of #4242 - nathan-at-least:release-v1.0.9, r=nathan-at-least
Then create the git tag. The `-s` means the release tag will be
signed. **CAUTION:** Remember the `v` at the beginning here:
If you haven't previously done so, set the gpg key id you intend to use for signing:
git config --global user.signingkey <keyid>
Then create the git tag. The `-s` means the release tag will be signed.
Enter "Release <version>." and save when prompted for a commit message.
**CAUTION:** Remember the `v` at the beginning here:
$ git tag -s v1.0.9
$ git push origin v1.0.9