Skip to content

Commit d723e87

Browse files
RafaelGSSruyadorno
authored andcommittedSep 16, 2023
doc: mention git node release prepare
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: #48644 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 7c7230a commit d723e87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎doc/contributing/releases.md

+11
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,17 @@ You can integrate the PRs into the proposal without running full CI.
264264

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

267+
⚠️ At this point, you can either run `git node release --prepare`:
268+
269+
```console
270+
$ git node release --prepare x.y.z
271+
```
272+
273+
to automate the remaining steps until step 6 or you can perform it manually
274+
following the below steps.
275+
276+
***
277+
267278
Create a new branch named `vx.y.z-proposal`, off the corresponding staging
268279
branch.
269280

0 commit comments

Comments
 (0)
Please sign in to comment.