diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 1f8eb24fcbb985..db0d4552e41ea4 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -883,6 +883,12 @@ same GPG key!** Use `tools/release.sh` to promote and sign the build. Before doing this, you'll need to ensure you've loaded the correct ssh key, or you'll see the following: +If your GPG key is protected by a password, you might need to run: + +```console +$ export GPG_TTY=$(tty) +``` + ```console # Checking for releases ... Enter passphrase for key '/Users//.ssh/id_rsa':