From def4c2870aa00a78d1a496c1a7df27101d446df5 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 15 Nov 2024 14:10:22 +0000 Subject: [PATCH] doc: add `-S` flag release preparation example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/55836 Reviewed-By: Michaël Zasso Reviewed-By: Marco Ippolito Reviewed-By: Rafael Gonzaga Reviewed-By: Luigi Pinca --- 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 5914d4b953b..82eec283399 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