aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-16 23:23:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-16 23:23:03 -0300
commite3e68699c7d005e6a590328aaf68dc9d0bd86d91 (patch)
tree1f1056c29070aae9b7f5e94cb54bb523b96b6174 /development.mdwn
parent0a519391e52aa50092292b4c32a13c5ab0d2dff5 (diff)
downloadkeyringer-e3e68699c7d005e6a590328aaf68dc9d0bd86d91.tar.gz
keyringer-e3e68699c7d005e6a590328aaf68dc9d0bd86d91.tar.bz2
Dev guidelines: updating git-tag line
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn2
1 files changed, 1 insertions, 1 deletions
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