Skip to content

Commit 52b40e6

Browse files
RafaelGSSjuanarbol
authored andcommitted
doc: mention how to get commit release
PR-URL: #44572 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 0995553 commit 52b40e6

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)