From b47c2308e1ced82991085e4495a525c3a59edd69 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 17 Jul 2024 12:29:46 -0300 Subject: [PATCH] doc: update release-post nodejs.org script PR-URL: https://github.com/nodejs/node/pull/53762 Refs: https://github.com/nodejs/nodejs.org/pull/6850 Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau --- doc/contributing/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 71ae6dcb265ec6..b1116de86f8599 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1004,7 +1004,7 @@ release. However, the blog post is not yet fully automatic. Create a new blog post by running the [nodejs.org release-post.js script][]: ```bash -node ./scripts/release-post/index.mjs x.y.z +node ./apps/site/scripts/release-post/index.mjs x.y.z ``` This script will use the promoted builds and changelog to generate the post. Run