]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fixing release commit/tag
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Sep 2013 00:09:36 +0000 (21:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Sep 2013 00:09:36 +0000 (21:09 -0300)
development.mdwn

index 869d571e754f4a95361111117942ac5f81abde67..39cdc08fd904f3d6cb662b5453f6886f89cccc8e 100644 (file)
@@ -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: