Skip to content

Commit 0f346f9

Browse files
committed
fixup!
1 parent 2f97590 commit 0f346f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/contributing/releases.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,11 +1085,12 @@ There is an automatic build that is kicked off when you promote new builds, so
10851085
within a few minutes nodejs.org will be listing your new version as the latest
10861086
release, and a blog post draft PR will be created.
10871087

1088-
In the event that a draft PR _is not created_, the following script can be used
1089-
as an alternative:
1088+
In the event that a draft PR _is not created_, the [`scripts:release-post`][] script
1089+
can be used as an alternative:
10901090

10911091
```bash
1092-
node ./apps/site/scripts/release-post/index.mjs x.y.z
1092+
# In the apps/site folder of nodejs/nodejs.org
1093+
node --run scripts:release-post x.y.z
10931094
```
10941095

10951096
This script will use the promoted builds and changelog to generate the post.
@@ -1480,6 +1481,7 @@ Typical resolution: sign the release again.
14801481
[Node.js Snap management repository]: https://github.com/nodejs/snap
14811482
[Snap]: https://snapcraft.io/node
14821483
[`create-release-proposal`]: https://github.com/nodejs/node/actions/workflows/create-release-proposal.yml
1484+
[`scripts:release-post`]: https://github.com/nodejs/nodejs.org/blob/HEAD/apps/site/scripts/release-post/index.mjs
14831485
[build-infra team]: https://github.com/orgs/nodejs/teams/build-infra
14841486
[expected assets]: https://github.com/nodejs/build/tree/HEAD/ansible/www-standalone/tools/promote/expected_assets
14851487
[nodejs.org repository]: https://github.com/nodejs/nodejs.org

0 commit comments

Comments
 (0)