From 1263bb609fc865bae237df7d8965cf7c4e8fc3c8 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 21 Feb 2024 11:37:53 -0300 Subject: [PATCH] doc: add mention to GPG_TTY PR-URL: https://github.com/nodejs/node/pull/51806 Reviewed-By: Beth Griggs Reviewed-By: Marco Ippolito Reviewed-By: Ruy Adorno Reviewed-By: Luigi Pinca --- doc/contributing/releases.md | 6 ++++++ 1 file changed, 6 insertions(+) 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':