Skip to content

Commit

Permalink
doc: fix release-post script location
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Apr 11, 2023
1 parent 70d81bb commit 7b32e0e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,12 @@ There is an automatic build that is kicked off when you promote new builds, so
within a few minutes nodejs.org will be listing your new version as the latest
release. However, the blog post is not yet fully automatic.

Create a new blog post by running the [nodejs.org release-post.js script][].
Create a new blog post by running the [nodejs.org release-post.js script][]:

```console
$ node ./scripts/release-post/index.mjs x.y.z ✱
```

This script will use the promoted builds and changelog to generate the post. Run
`npm run serve` to preview the post locally before pushing to the
[nodejs.org repository][].
Expand Down Expand Up @@ -1287,5 +1292,5 @@ take place once a new LTS line has been released.
[Snap]: https://snapcraft.io/node
[build-infra team]: https://github.com/orgs/nodejs/teams/build-infra
[expected assets]: https://github.com/nodejs/build/tree/HEAD/ansible/www-standalone/tools/promote/expected_assets
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post.js
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post/index.mjs
[nodejs.org repository]: https://github.com/nodejs/nodejs.org

0 comments on commit 7b32e0e

Please sign in to comment.