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 fc57bea

Browse filesBrowse files
marco-ippolitoRafaelGSS
authored andcommitted
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 8ffdd1e commit fc57bea
Copy full SHA for fc57bea

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.