Skip to content

Commit b3ea42d

Browse files
aduh95ruyadorno
authored andcommitted
doc: add -S flag release preparation example
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>
1 parent 0bd5d8b commit b3ea42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ You can integrate the PRs into the proposal without running full CI.
284284

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

287-
```console
288-
$ git node release --prepare x.y.z
287+
```bash
288+
git node release -S --prepare x.y.z
289289
```
290290

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

0 commit comments

Comments
 (0)