Browse Source

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

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
pull/245/head
Daira Hopwood 5 years ago
parent
commit
d65000ae25
  1. 4
      doc/release-process.md

4
doc/release-process.md

@ -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:

Loading…
Cancel
Save