mirror of https://github.com/nodejs/node.git
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
parent
0e903d7229
commit
6f7118fa84
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue