mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[mod] remove '-p' from release version notation.
This commit is contained in:
parent
c76aae666a
commit
0fc73702b8
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ $ dpkg-parsechangelog | grep "^Version" | cut -d ' ' -f 2
|
||||||
$ head debian/changelog
|
$ head debian/changelog
|
||||||
|
|
||||||
# Update changelog and do a proper tag (explained below)
|
# 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
|
# Push the branch state AND the tags to the remote repository
|
||||||
$ git push origin --tags testing:testing
|
$ git push origin --tags testing:testing
|
||||||
|
|
|
@ -98,7 +98,7 @@ $ dpkg-parsechangelog | grep "^Version" | cut -d ' ' -f 2
|
||||||
$ head debian/changelog
|
$ head debian/changelog
|
||||||
|
|
||||||
# Update changelog and do a proper tag (explained below)
|
# 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
|
# Push the branch state AND the tags to the remote repository
|
||||||
$ git push origin --tags testing:testing
|
$ git push origin --tags testing:testing
|
||||||
|
|
Loading…
Reference in a new issue