aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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