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.
-S
1 parent 0bd5d8b commit b3ea42dCopy full SHA for b3ea42d
doc/contributing/releases.md
@@ -284,8 +284,8 @@ You can integrate the PRs into the proposal without running full CI.
284
285
⚠️ At this point, you can either run `git node release --prepare`:
286
287
-```console
288
-$ git node release --prepare x.y.z
+```bash
+git node release -S --prepare x.y.z
289
```
290
291
to automate the remaining steps until step 6 or you can perform it manually
0 commit comments