Skip to content

Commit d3fadd8

Browse files
RafaelGSStargos
authored andcommitted
doc: fix release-post script location
Signed-off-by: RafaelGSS <[email protected]> PR-URL: #47517 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Danielle Adams <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 2a0bbe7 commit d3fadd8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/contributing/releases.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,12 @@ There is an automatic build that is kicked off when you promote new builds, so
954954
within a few minutes nodejs.org will be listing your new version as the latest
955955
release. However, the blog post is not yet fully automatic.
956956

957-
Create a new blog post by running the [nodejs.org release-post.js script][].
957+
Create a new blog post by running the [nodejs.org release-post.js script][]:
958+
959+
```console
960+
$ node ./scripts/release-post/index.mjs x.y.z
961+
```
962+
958963
This script will use the promoted builds and changelog to generate the post. Run
959964
`npm run serve` to preview the post locally before pushing to the
960965
[nodejs.org repository][].
@@ -1287,5 +1292,5 @@ take place once a new LTS line has been released.
12871292
[Snap]: https://snapcraft.io/node
12881293
[build-infra team]: https://github.com/orgs/nodejs/teams/build-infra
12891294
[expected assets]: https://github.com/nodejs/build/tree/HEAD/ansible/www-standalone/tools/promote/expected_assets
1290-
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post.js
1295+
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post/index.mjs
12911296
[nodejs.org repository]: https://github.com/nodejs/nodejs.org

0 commit comments

Comments
 (0)