Skip to content

Commit c86fe23

Browse files
marco-ippolitotargos
authored andcommittedOct 2, 2024
doc: add note about shasum generation failure
PR-URL: #54487 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ecdf6dd commit c86fe23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎doc/contributing/releases.md

+7
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,13 @@ a `NODEJS_RELEASE_HOST` environment variable:
944944
NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh
945945
```
946946

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

949956
<details>

0 commit comments

Comments
 (0)
Please sign in to comment.