You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+11
Original file line number
Diff line number
Diff line change
@@ -1018,6 +1018,17 @@ This script will use the promoted builds and changelog to generate the post. Run
1018
1018
"Set as the latest release".
1019
1019
* Click on the "Publish release" button.
1020
1020
1021
+
#### (Temporary) Update the Cloudflare R2 Worker Symlinks
1022
+
1023
+
We've adopted Cloudflare R2 and Cloudflare Workers for our Release Assets (see https://github.com/nodejs/build/issues/3461)
1024
+
1025
+
For now, after a release is done, the symlinks need to be updated manually.
1026
+
This can be done by simply [triggering this GitHub Worfklow](https://github.com/nodejs/release-cloudflare-worker/actions/workflows/update-links.yml)
1027
+
1028
+
This workflow should then update the R2 symlinks to match the latest releases.
1029
+
1030
+
**Note.:** This is a temporary workaround as we automate this process.
1031
+
1021
1032
### 19. Announce
1022
1033
1023
1034
The nodejs.org website will automatically rebuild and include the new version.
0 commit comments