Skip to content

doc: updated releasers instructions for node.js website #49427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -1001,9 +1001,13 @@ This script will use the promoted builds and changelog to generate the post. Run
Refs: <full URL to your release proposal PR>
```

* 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

Expand Down