From 616bd04583261dce313c2223ac2d9991c8c3a9b5 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Tue, 20 Aug 2024 14:27:45 -0700 Subject: [PATCH] Sign tags by default --- gitconfig.local.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig.local.example b/gitconfig.local.example index 1e8aa64..d3d67ec 100644 --- a/gitconfig.local.example +++ b/gitconfig.local.example @@ -1,6 +1,8 @@ ; Commit Signing [commit] gpgSign = true +[tag] + gpgSign = true [gpg] format = ssh [gpg "ssh"] -- GitLab