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

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-07-31 16:16:17 +01:00
parent 0ba07d5842
commit d65000ae25
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ 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
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. **CAUTION:** Remember the `v` at the beginning here: