From 0fc73702b872431ce58f2ac2bed126e47bca7b60 Mon Sep 17 00:00:00 2001 From: Moul Date: Fri, 7 Apr 2017 09:36:04 +0200 Subject: [PATCH] [mod] remove '-p' from release version notation. --- build_system.md | 2 +- build_system_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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