diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-09 10:26:31 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-09 10:26:31 -0200 |
commit | d6fc8d61ec96d892d75b7e525c05719691da9ecf (patch) | |
tree | c872bdce5f5c89514ac4dca5523c2ff4b1f8c0ce | |
parent | dc4c62e5bffc41a3a128440341078de9075bd856 (diff) | |
download | keyringer-d6fc8d61ec96d892d75b7e525c05719691da9ecf.tar.gz keyringer-d6fc8d61ec96d892d75b7e525c05719691da9ecf.tar.bz2 |
Development: fix git-tag syntax
-rw-r--r-- | development.mdwn | 2 |
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: |