We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff46db commit d2eefdaCopy full SHA for d2eefda
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 following
274
+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