Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4a97d8

Browse filesBrowse files
committed
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: #56124 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 12baefb commit c4a97d8
Copy full SHA for c4a97d8

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Collapse file

‎doc/contributing/releases.md‎

Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+7Lines changed: 7 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,13 @@ a `NODEJS_RELEASE_HOST` environment variable:
966966
NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh
967967
```
968968

969+
In case `gpg` is unable to autoselect a key, you can retry using the
970+
`-a` option to enable an interactive interface:
971+
972+
```bash
973+
./tools/release.sh -a
974+
```
975+
969976
> \[!TIP]
970977
> Sometimes, due to machines being overloaded or other external factors,
971978
> the files at <https://nodejs.org/dist/index.json>, <https://nodejs.org/dist/index.tab>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.