diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:09:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:09:36 -0300 |
commit | 021cd26f052fd13d54bc8f4e1a0d7e2e9dc92536 (patch) | |
tree | 8a8848d267bde1b8fd1b72544b93309ae276bebc | |
parent | 3369c35f7c3f71f2b62cfbb7c8879c16ecdcd8aa (diff) | |
download | keyringer-021cd26f052fd13d54bc8f4e1a0d7e2e9dc92536.tar.gz keyringer-021cd26f052fd13d54bc8f4e1a0d7e2e9dc92536.tar.bz2 |
Fixing release commit/tag
-rw-r--r-- | development.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development.mdwn b/development.mdwn index 869d571..39cdc08 100644 --- a/development.mdwn +++ b/development.mdwn @@ -33,13 +33,13 @@ Prepare the source code: Commit and tag a release: - git commit -a -m "Keyringer VERSION" - git tag -s VERSION -m "Keyringer VERSION" + git commit -a -m "Keyringer $VERSION" + git tag -s $VERSION -m "Keyringer $VERSION" git checkout upstream git merge master git checkout debian git merge upstream - git push --all --tags + git push --tags Create a release file: |