From 3e02b606a5a7df637640a4eccf7bff3ec8bbf42d Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Thu, 5 Dec 2024 16:43:08 -0500 Subject: [PATCH] doc: mention `-a` flag for the release script Document that running `./tools/release.sh` script using the recently added `-a` CLI flag enables the previously-default interactive interface to select the correct PGP key. PR-URL: https://github.com/nodejs/node/pull/56124 Reviewed-By: Rafael Gonzaga Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau --- doc/contributing/releases.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 88e1be5538d76e..055290263388b5 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -966,6 +966,13 @@ a `NODEJS_RELEASE_HOST` environment variable: NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh ``` +In case `gpg` is unable to autoselect a key, you can retry using the +`-a` option to enable an interactive interface: + +```bash +./tools/release.sh -a +``` + > \[!TIP] > Sometimes, due to machines being overloaded or other external factors, > the files at ,