diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 23:23:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 23:23:03 -0300 |
commit | e3e68699c7d005e6a590328aaf68dc9d0bd86d91 (patch) | |
tree | 1f1056c29070aae9b7f5e94cb54bb523b96b6174 | |
parent | 0a519391e52aa50092292b4c32a13c5ab0d2dff5 (diff) | |
download | keyringer-e3e68699c7d005e6a590328aaf68dc9d0bd86d91.tar.gz keyringer-e3e68699c7d005e6a590328aaf68dc9d0bd86d91.tar.bz2 |
Dev guidelines: updating git-tag line
-rw-r--r-- | development.mdwn | 2 |
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 |