Skip to content

Commit

Permalink
doc: add create-release-action to process
Browse files Browse the repository at this point in the history
PR-URL: nodejs#55993
Reviewed-By: Ruy Adorno <ruy@vlt.sh>
  • Loading branch information
RafaelGSS authored and nodejs-github-bot committed Dec 4, 2024
1 parent fd10a0a commit a3f1551
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,15 @@ You can integrate the PRs into the proposal without running full CI.

### 2. Create a new branch for the release

⚠️ At this point, you can either run `git node release --prepare`:
> \[!TIP] Once the staging branch is up-to-date you can use the
> [`create-release-proposal`][] action to generate the proposal.
```bash
gh workflow run "Create Release Proposal" -f release-line=N -f release-date=YYYY-MM-DD
```

If you prefer to run it locally you can either run
`git node release --prepare`:

```bash
git node release -S --prepare x.y.z
Expand Down Expand Up @@ -1424,6 +1432,7 @@ Typical resolution: sign the release again.
[Node.js Snap management repository]: https://github.com/nodejs/snap
[Partner Communities]: https://github.com/nodejs/community-committee/blob/HEAD/governance/PARTNER_COMMUNITIES.md
[Snap]: https://snapcraft.io/node
[`create-release-proposal`]: https://github.com/nodejs/node/actions/workflows/create-release-proposal.yml
[build-infra team]: https://github.com/orgs/nodejs/teams/build-infra
[expected assets]: https://github.com/nodejs/build/tree/HEAD/ansible/www-standalone/tools/promote/expected_assets
[nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post/index.mjs
Expand Down

0 comments on commit a3f1551

Please sign in to comment.