|
Is there any way to sign the added tag with the Thanks! |
Answered by
simi
Dec 26, 2022
Replies: 3 comments 2 replies
|
Whole logic of git push tag is at gem_helper.rb. Do you have signing enabled by default for your git configuration? |
1 reply
|
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? |
0 replies
|
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 |
1 reply
Answer selected by
the-pulli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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