diff options
author | Guilhem Moulin <guilhem@debian.org> | 2020-12-11 11:40:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2020-12-11 11:46:28 +0100 |
commit | e2d8405ec220a8c0417fada1404bd749fa71f8f8 (patch) | |
tree | e808ccf5de04b5339407c17be8cd1fbca0a41cb8 /debian/gbp.conf | |
parent | 1d687102adea2085acaab71510abdae36690505f (diff) |
d/gbp.conf: Update upstream tag template.
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 4daf79f..5dd08f9 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = master debian-branch = debian -upstream-tag = upstream/%(version)s +upstream-tag = v%(version)s debian-tag = debian/%(version)s pristine-tar = False |