From 1915c04a495f7817329f8ec59f86aeba085a0c85 Mon Sep 17 00:00:00 2001 From: Claudio W Date: Wed, 8 Nov 2023 12:57:36 +0100 Subject: [PATCH] doc: add r2 cloudflare instruction on release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update doc/contributing/releases.md Co-authored-by: Tobias Nießen --- doc/contributing/releases.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 1f8eb24fcbb985..0a57161a372175 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1018,6 +1018,19 @@ This script will use the promoted builds and changelog to generate the post. Run "Set as the latest release". * Click on the "Publish release" button. +#### (Temporary) Update the Cloudflare R2 Worker Symlinks + +We have adopted Cloudflare R2 and Cloudflare Workers for our +Release Assets (see ). + +For now, after a release is done, the symlinks need to be updated manually. +This can be done by simply +[triggering this GitHub Worfklow](https://github.com/nodejs/release-cloudflare-worker/actions/workflows/update-links.yml). + +This workflow should then update the R2 symlinks to match the latest releases. + +**Note:** This is a temporary workaround as we automate this process. + ### 19. Announce The nodejs.org website will automatically rebuild and include the new version.