Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRafael Gonzaga <rafael.nunu@hotmail.com>2022-09-11 22:03:02 +0300
committerJuan José Arboleda <soyjuanarbol@gmail.com>2022-10-11 22:45:23 +0300
commit8187f03834fa8cb41bd0c21a696e6e5265f355c3 (patch)
tree2c8790afd08ad3ed9734dbcf9cb9099f0b0b9eca /doc
parentd068978933ff32f22a4d215d1bab5dccdfca629c (diff)
doc: mention how to get commit release
PR-URL: https://github.com/nodejs/node/pull/44572 Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/releases.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md
index 8699c7e8323..8ca866cb595 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 <vx.y.z> <commit-sha> -sm "YYYY-MM-DD Node.js vx.y.z (<release-type>) Release"
```
+<sup>The commit-sha is the release commit. You can get it easily by running `git rev-parse HEAD`</sup>
+
`release-type` is either "Current" or "LTS". For LTS releases, you should also
include the release code name.