aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-26 21:09:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-26 21:09:36 -0300
commit021cd26f052fd13d54bc8f4e1a0d7e2e9dc92536 (patch)
tree8a8848d267bde1b8fd1b72544b93309ae276bebc /development.mdwn
parent3369c35f7c3f71f2b62cfbb7c8879c16ecdcd8aa (diff)
downloadkeyringer-021cd26f052fd13d54bc8f4e1a0d7e2e9dc92536.tar.gz
keyringer-021cd26f052fd13d54bc8f4e1a0d7e2e9dc92536.tar.bz2
Fixing release commit/tag
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn6
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: