| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0deef2d commit 15db3ef
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -726,7 +726,17 @@ Install `git-secure-tag` npm module: | |||
| 726 | 726 | npm install -g git-secure-tag | |
| 727 | 727 | ``` | |
| 728 | 728 | ||
| 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: | ||
| 730 | 740 | ||
| 731 | 741 | ```bash | |
| 732 | 742 | git secure-tag <vx.y.z> <commit-sha> -sm "YYYY-MM-DD Node.js vx.y.z (<release-type>) Release" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments