From 2b119108ff076730f8b9de50d0ef72e641671746 Mon Sep 17 00:00:00 2001 From: Claudio W Date: Tue, 5 Sep 2023 20:29:01 +0200 Subject: [PATCH] doc: updated releasers instructions for node.js website MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/49427 Reviewed-By: Richard Lau Reviewed-By: Ruy Adorno Reviewed-By: Rafael Gonzaga Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso --- doc/contributing/releases.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 0020ec59c8bd02..8b4bdb3c487104 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1001,9 +1001,13 @@ 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. + 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