From b1130cc4b29cb9f061452b6eadbd24726d226397 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 13 Nov 2024 14:57:29 +0100 Subject: [PATCH] doc: add `-S` flag release preparation example --- doc/contributing/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 400aa51fb2667d..2c5e1bf1cb1726 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -284,8 +284,8 @@ You can integrate the PRs into the proposal without running full CI. ⚠️ At this point, you can either run `git node release --prepare`: -```console -$ git node release --prepare x.y.z +```bash +git node release -S --prepare x.y.z ``` to automate the remaining steps until step 6 or you can perform it manually