[mod] remove '-p' from release version notation.

This commit is contained in:
Moul 2017-04-07 09:36:04 +02:00
parent c76aae666a
commit 0fc73702b8
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ $ dpkg-parsechangelog | grep "^Version" | cut -d ' ' -f 2
$ head debian/changelog
# Update changelog and do a proper tag (explained below)
$ git yunobump x.y.z-p
$ git yunobump x.y.z
# Push the branch state AND the tags to the remote repository
$ git push origin --tags testing:testing

View file

@ -98,7 +98,7 @@ $ dpkg-parsechangelog | grep "^Version" | cut -d ' ' -f 2
$ head debian/changelog
# Update changelog and do a proper tag (explained below)
$ git yunobump x.y.z-p
$ git yunobump x.y.z
# Push the branch state AND the tags to the remote repository
$ git push origin --tags testing:testing