From d65000ae257f8e2a358f4abaa96746bb93223ab1 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 31 Jul 2019 16:16:17 +0100 Subject: [PATCH] Release process doc: add step to set the gpg key id. Signed-off-by: Daira Hopwood --- doc/release-process.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-process.md b/doc/release-process.md index eed18ad47..93eab0ffb 100644 --- a/doc/release-process.md +++ b/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 + Then create the git tag. The `-s` means the release tag will be signed. **CAUTION:** Remember the `v` at the beginning here: