File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1085,11 +1085,12 @@ There is an automatic build that is kicked off when you promote new builds, so
10851085within a few minutes nodejs.org will be listing your new version as the latest
10861086release, 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
10951096This 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
You can’t perform that action at this time.
0 commit comments