Skip to content

Commit

Permalink
doc: mention how to get commit release
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Sep 8, 2022
1 parent 50ad9fe commit 747bf06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/contributing/releases.md
Expand Up @@ -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.

Expand Down

0 comments on commit 747bf06

Please sign in to comment.