Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2feb078

Browse filesBrowse files
RafaelGSSruyadorno
authored andcommitted
doc: add create-release-action to process
PR-URL: #55993 Reviewed-By: Ruy Adorno <ruy@vlt.sh>
1 parent d7eb41b commit 2feb078
Copy full SHA for 2feb078

File tree

Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-1
lines changed
Open diff view settings
Collapse file

‎doc/contributing/releases.md‎

Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+10-1Lines changed: 10 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,15 @@ You can integrate the PRs into the proposal without running full CI.
282282

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

285-
⚠️ At this point, you can either run `git node release --prepare`:
285+
> \[!TIP] Once the staging branch is up-to-date you can use the
286+
> [`create-release-proposal`][] action to generate the proposal.
287+
288+
```bash
289+
gh workflow run "Create Release Proposal" -f release-line=N -f release-date=YYYY-MM-DD
290+
```
291+
292+
If you prefer to run it locally you can either run
293+
`git node release --prepare`:
286294

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.