We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0b66e commit dd7ea3eCopy full SHA for dd7ea3e
doc/contributing/releases.md
@@ -264,6 +264,17 @@ You can integrate the PRs into the proposal without running full CI.
264
265
### 2. Create a new branch for the release
266
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
278
Create a new branch named `vx.y.z-proposal`, off the corresponding staging
279
branch.
280
0 commit comments