-
Is there any way to sign the added tag with the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Whole logic of git push tag is at gem_helper.rb. rubygems/bundler/lib/bundler/gem_helper.rb Lines 132 to 133 in 72fd3dd Do you have signing enabled by default for your git configuration? |
Beta Was this translation helpful? Give feedback.
-
Yeah, I saw that while researching, thanks! For commits, I've signing enabled by default. I searched the net and found out that for signing tags there is no global flag. So one has to append the -s flag. Is that still the case? |
Beta Was this translation helpful? Give feedback.
-
Can't you set this flag to make git tag signed by default? https://git-scm.com/docs/git-tag#Documentation/git-tag.txt--s |
Beta Was this translation helpful? Give feedback.
Can't you set this flag to make git tag signed by default?
https://git-scm.com/docs/git-tag#Documentation/git-tag.txt--s
https://git-scm.com/docs/git-config#Documentation/git-config.txt-taggpgSign