Skip to content

Commit 2813323

Browse files
committedSep 26, 2022
doc: mention how to get commit release
PR-URL: #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>
1 parent ea7b44d commit 2813323

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎doc/contributing/releases.md

+2
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,8 @@ Create a tag using the following command:
617617
$ git secure-tag <vx.y.z> <commit-sha> -sm "YYYY-MM-DD Node.js vx.y.z (<release-type>) Release"
618618
```
619619

620+
<sup>The commit-sha is the release commit. You can get it easily by running `git rev-parse HEAD`</sup>
621+
620622
`release-type` is either "Current" or "LTS". For LTS releases, you should also
621623
include the release code name.
622624

0 commit comments

Comments
 (0)
Please sign in to comment.