Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15db3ef

Browse filesBrowse files
RafaelGSStargos
authored andcommitted
doc: mention push.followTags config
This has happened in v20.13.0 release. Adding this doc to prevent edge cases where the releaser will sign and push but won't be able to promote the release. PR-URL: #52906 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 0deef2d commit 15db3ef
Copy full SHA for 15db3ef

File tree

Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed
Open diff view settings
Collapse file

‎doc/contributing/releases.md‎

Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+11-1Lines changed: 11 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,17 @@ Install `git-secure-tag` npm module:
726726
npm install -g git-secure-tag
727727
```
728728

729-
Create a tag using the following command:
729+
> Ensure to disable `--follow-tags` in your git settings using: `git config push.followTags false`
730+
731+
If your private key is protected by a passphrase, you might need to run:
732+
733+
```bash
734+
export GPG_TTY=$(tty)
735+
```
736+
737+
before creating the tag.
738+
739+
To create a tag use the following command:
730740

731741
```bash
732742
git secure-tag <vx.y.z> <commit-sha> -sm "YYYY-MM-DD Node.js vx.y.z (<release-type>) Release"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.