Skip to content

Commit

Permalink
doc: add note about shasum generation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Aug 27, 2024
1 parent 8b0c699 commit 4611176
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,13 @@ a `NODEJS_RELEASE_HOST` environment variable:
NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh
```

> \[!TIP]
> Sometimes, due to machines being overloaded or other external factors,
> the files at <https://nodejs.org/dist/index.json>, <https://nodejs.org/dist/index.tab>
> or `SHASUMS256.txt` may not be generated correctly.
> In this case you can repeat the signing step in order
> to fix it. e.g: `./tools/release.sh -s`.
`tools/release.sh` will perform the following actions when run:

<details>
Expand Down

0 comments on commit 4611176

Please sign in to comment.