summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-09 10:26:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-09 10:26:31 -0200
commitd6fc8d61ec96d892d75b7e525c05719691da9ecf (patch)
treec872bdce5f5c89514ac4dca5523c2ff4b1f8c0ce
parentdc4c62e5bffc41a3a128440341078de9075bd856 (diff)
downloadkeyringer-d6fc8d61ec96d892d75b7e525c05719691da9ecf.tar.gz
keyringer-d6fc8d61ec96d892d75b7e525c05719691da9ecf.tar.bz2
Development: fix git-tag syntax
-rw-r--r--development.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.mdwn b/development.mdwn
index 49a224c..627c2f1 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -31,7 +31,7 @@ Create and upload a new release:
Tag the release:
- git tag -s $(VERSION) -m "Keyringer $(VERSION)"
+ git tag -s $VERSION -m "Keyringer $VERSION"
Update the debian branch: