diff --git a/build_system.md b/build_system.md index 7a114c37..4115e3b4 100644 --- a/build_system.md +++ b/build_system.md @@ -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 diff --git a/build_system_fr.md b/build_system_fr.md index cec97fd1..46067fe9 100644 --- a/build_system_fr.md +++ b/build_system_fr.md @@ -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