From 281332312019a434df6c3e6aee2aba6265aac12d Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Sun, 11 Sep 2022 16:03:02 -0300 Subject: [PATCH] doc: mention how to get commit release PR-URL: https://github.com/nodejs/node/pull/44572 Reviewed-By: Beth Griggs Reviewed-By: Richard Lau Reviewed-By: Ruy Adorno Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel Reviewed-By: Trivikram Kamat --- doc/contributing/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 8699c7e832302c..8ca866cb595c9f 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -617,6 +617,8 @@ Create a tag using the following command: $ git secure-tag -sm "YYYY-MM-DD Node.js vx.y.z () Release" ``` +The commit-sha is the release commit. You can get it easily by running `git rev-parse HEAD` + `release-type` is either "Current" or "LTS". For LTS releases, you should also include the release code name.