mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 11:35:32 +00:00
d/gbp.conf: automatically bump project version
this makes sure we don't forget to bump the version in meson.build
This commit is contained in:
parent
eda460ac15
commit
29ad37150b
1 changed files with 3 additions and 0 deletions
3
debian/gbp.conf
vendored
3
debian/gbp.conf
vendored
|
@ -5,3 +5,6 @@ debian-tag-msg = %(pkg)s v%(version)s
|
|||
|
||||
[tag]
|
||||
sign-tags = true
|
||||
|
||||
[dch]
|
||||
postedit = sed -i s"@^\( \+version: '\)[0-9.]\+\(',\)@\1$GBP_DEBIAN_VERSION\2@" meson.build
|
||||
|
|
Loading…
Reference in a new issue