Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update doc/contributing/releases.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
RafaelGSS and aduh95 authored Nov 13, 2024
commit 51c343fd90113034531aa3cfd3895ac66db885e2
4 changes: 2 additions & 2 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ the build before moving forward. Use the following list as a baseline:
Once you have produced builds that you're happy with you can either run
`git node release -S --promote`
Comment thread
RafaelGSS marked this conversation as resolved.
Outdated

```console
$ git node release -S --promote https://github.com/nodejs/node/pull/XXXX
```bash
git node release -S --promote https://github.com/nodejs/node/pull/XXXX
```

to automate the remaining steps until step 16 or you can perform it manually
Expand Down