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>
pull/44603/head
Rafael Gonzaga 2022-09-11 16:03:02 -03:00 committed by GitHub
parent 0e903d7229
commit 6f7118fa84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.