From e301caa25c4435f4808e49003a2d896006812591 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 8 Jul 2024 15:15:55 -0300 Subject: [PATCH] doc: update release-post nodejs.org script --- 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 9fd8d51fa071a0..e7e36e95ae7602 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