feat(git): auto-sign git tags

This commit is contained in:
2021-07-12 10:05:14 +01:00
parent 4c00b0f4ea
commit 7c616d00e4

View File

@@ -4,6 +4,8 @@
signingkey = contact@jimeh.me
[commit]
gpgsign = true
[tag]
gpgsign = true
[core]
excludesfile = ~/.gitignore
[color]