diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 0dab193f1aaf08..9fd8d51fa071a0 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -726,7 +726,17 @@ Install `git-secure-tag` npm module: npm install -g git-secure-tag ``` -Create a tag using the following command: +> Ensure to disable `--follow-tags` in your git settings using: `git config push.followTags false` + +If your private key is protected by a passphrase, you might need to run: + +```bash +export GPG_TTY=$(tty) +``` + +before creating the tag. + +To create a tag use the following command: ```bash git secure-tag -sm "YYYY-MM-DD Node.js vx.y.z () Release"