Browse code

remember git push --tags for release

Matt Domsch authored on 2015/01/13 07:58:53
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@ In the below, 1.5.0-rc1 is the example version being released.  Salt to taste.
35 35
     git tag --sign -a v1.5.0-rc1 -m "Tag v1.5.0-rc1"
36 36
 
37 37
 11. Push back to github:
38
-    git push
38
+    git push --tags
39 39
 
40 40
 
41 41
 That's it for building the release. Now upload it to SourceForge: