From: Eric Haszlakiewicz Date: Mon, 9 Jul 2012 01:33:25 +0000 (-0500) Subject: Fix git commands for tagging a release. X-Git-Tag: json-c-0.11-20130402~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9791c3896e6b2c30dc762013af41dd62ad1421bb;p=thirdparty%2Fjson-c.git Fix git commands for tagging a release. --- diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index c803449f..1eccac89 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -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.