From 3dc7501f92a0169750ac46f87a47a9d222955591 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 30 Aug 2021 20:29:07 -0400 Subject: [PATCH] debian: Add gbp tag config Signed-off-by: James Valleroy --- debian/gbp.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index 9746d42be..973a10492 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,3 +1,7 @@ [dch] git-log = --no-merges multimaint-merge = True + +[tag] +debian-tag = v%(version)s +sign-tags = True