]> granicus.if.org Git - json-c/commitdiff
Fix git commands for tagging a release.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Jul 2012 01:33:25 +0000 (20:33 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 9 Jul 2012 01:33:25 +0000 (20:33 -0500)
RELEASE_CHECKLIST.txt

index c803449fcd068855d4ed3895ad99ef22ce2333ea..1eccac89e52acd9d81d8bd4f33d1e26f3f2d63ba 100644 (file)
@@ -38,7 +38,9 @@ tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}
 
 Tag the branch:
 cd json-c-${release}
-git tag json-c-${release}-$(date +%Y%m%d)
+git tag -a json-c-${release}-$(date +%Y%m%d)
+git push
+git push --tags
 
 Go to https://github.com/json-c/json-c/downloads
 Upload the two tarballs.