| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2a0bbe7 commit d3fadd8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -954,7 +954,12 @@ There is an automatic build that is kicked off when you promote new builds, so | |||
| 954 | 954 | within a few minutes nodejs.org will be listing your new version as the latest | |
| 955 | 955 | release. However, the blog post is not yet fully automatic. | |
| 956 | 956 | ||
| 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 | + | ||
| 958 | 963 | This script will use the promoted builds and changelog to generate the post. Run | |
| 959 | 964 | `npm run serve` to preview the post locally before pushing to the | |
| 960 | 965 | [nodejs.org repository][]. | |
@@ -1287,5 +1292,5 @@ take place once a new LTS line has been released. | |||
| 1287 | 1292 | [Snap]: https://snapcraft.io/node | |
| 1288 | 1293 | [build-infra team]: https://github.com/orgs/nodejs/teams/build-infra | |
| 1289 | 1294 | [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 | ||
| 1291 | 1296 | [nodejs.org repository]: https://github.com/nodejs/nodejs.org | |
| Back | FazBrowse Home | New Git URL |
0 commit comments