mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
d/gbp.conf: Adjust debian-tag-msg
Tag messages have been a bit inconsistent in the past, because we created signed tags by hand. With this change we can just `gbp tag` and get consistently named tags and messages.
This commit is contained in:
parent
03543142e6
commit
5fc07678d1
1 changed files with 1 additions and 1 deletions
2
debian/gbp.conf
vendored
2
debian/gbp.conf
vendored
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
debian-branch = master
|
||||
debian-tag = v%(version)s
|
||||
debian-tag-msg = %(pkg)s v%(version)s
|
||||
debian-tag-msg = GNOME Calls v%(version)s
|
||||
|
||||
[tag]
|
||||
sign-tags = true
|
||||
|
|
Loading…
Reference in a new issue