Merge pull request #480 from YunoHost/release_version_notation

[mod] remove '-p' from release version notation.
This commit is contained in:
M5oul 2017-04-11 21:46:04 +02:00 committed by GitHub
commit 4865a9b1b4
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