Skip to content

Commit

Permalink
doc: add -S flag release preparation example
Browse files Browse the repository at this point in the history
PR-URL: #55836
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 committed Nov 16, 2024
1 parent a831184 commit 1b863b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ You can integrate the PRs into the proposal without running full CI.

⚠️ At this point, you can either run `git node release --prepare`:

```console
$ git node release --prepare x.y.z
```bash
git node release -S --prepare x.y.z
```

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

0 comments on commit 1b863b9

Please sign in to comment.