mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #480 from YunoHost/release_version_notation
[mod] remove '-p' from release version notation.
This commit is contained in:
commit
4865a9b1b4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue