We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614ca32 commit ad8cefcCopy full SHA for ad8cefc
doc/contributing/releases.md
@@ -883,6 +883,12 @@ same GPG key!**
883
Use `tools/release.sh` to promote and sign the build. Before doing this, you'll
884
need to ensure you've loaded the correct ssh key, or you'll see the following:
885
886
+If your GPG key is protected by a password, you might need to run:
887
+
888
+```console
889
+$ export GPG_TTY=$(tty)
890
+```
891
892
```console
893
# Checking for releases ...
894
Enter passphrase for key '/Users/<user>/.ssh/id_rsa':
0 commit comments