From: Silvio Rhatto Date: Tue, 17 Sep 2013 02:23:03 +0000 (-0300) Subject: Dev guidelines: updating git-tag line X-Git-Tag: 0.2.4~17 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e3e68699c7d005e6a590328aaf68dc9d0bd86d91;p=keyringer.git Dev guidelines: updating git-tag line --- diff --git a/development.mdwn b/development.mdwn index e90c086..90e18d1 100644 --- a/development.mdwn +++ b/development.mdwn @@ -34,7 +34,7 @@ Prepare the source code: Commit and tag a release: git commit -a -m "Keyringer VERSION" - git tag -s + git tag -s VERSION -m "Keyringer VERSION" git checkout upstream git merge master git checkout debian