We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d068978 commit 8187f03Copy full SHA for 8187f03
doc/contributing/releases.md
@@ -617,6 +617,8 @@ Create a tag using the following command:
617
$ git secure-tag <vx.y.z> <commit-sha> -sm "YYYY-MM-DD Node.js vx.y.z (<release-type>) Release"
618
```
619
620
+<sup>The commit-sha is the release commit. You can get it easily by running `git rev-parse HEAD`</sup>
621
+
622
`release-type` is either "Current" or "LTS". For LTS releases, you should also
623
include the release code name.
624
0 commit comments