From a2a86cd716ee72c1b1dcf7201e249ee41c8afd9a Mon Sep 17 00:00:00 2001 From: CW Date: Fri, 1 Sep 2023 13:43:14 +0200 Subject: [PATCH 1/2] doc: updated releasers instructions for node.js website --- doc/contributing/releases.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 0020ec59c8bd02..9ba58c938bbed6 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1001,9 +1001,14 @@ This script will use the promoted builds and changelog to generate the post. Run Refs: ``` +* In order to trigger the CI Checks of the [nodejs.org repository][]; Please + attach the `github_actions:pull-request` label to the PR. + * Changes to the base branch, `main`, on the [nodejs.org repository][] will trigger a new build of nodejs.org so your changes should appear a few minutes - after pushing. + after pushing. You can follow the + [Deployments](https://github.com/nodejs/nodejs.org/deployments) page + to see when the build finishes and gets published. ### 18. Create the release on GitHub From cd15ea545925e26ad6faa2bd0a68d917fee048d8 Mon Sep 17 00:00:00 2001 From: CW Date: Fri, 1 Sep 2023 14:55:44 +0200 Subject: [PATCH 2/2] Update releases.md --- doc/contributing/releases.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 9ba58c938bbed6..8b4bdb3c487104 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1005,9 +1005,8 @@ This script will use the promoted builds and changelog to generate the post. Run attach the `github_actions:pull-request` label to the PR. * Changes to the base branch, `main`, on the [nodejs.org repository][] will - trigger a new build of nodejs.org so your changes should appear a few minutes - after pushing. You can follow the - [Deployments](https://github.com/nodejs/nodejs.org/deployments) page + trigger a new build of nodejs.org, so your changes should appear a few minutes + after pushing. You can follow the [Deployments](https://github.com/nodejs/nodejs.org/deployments) page to see when the build finishes and gets published. ### 18. Create the release on GitHub