From: Salim Fadhley Date: Wed, 30 Jul 2014 00:48:16 +0000 (+0100) Subject: ensure that tags are pushed at the end of every build X-Git-Tag: v0.2.25~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7aa43761f5741c5796a9617b7070b3b2b29841d;p=tools%2Fpython-jenkinsapi.git ensure that tags are pushed at the end of every build --- diff --git a/release.sh b/release.sh index cb423a6..95d46ed 100755 --- a/release.sh +++ b/release.sh @@ -5,3 +5,4 @@ pip install sphinx ant release git tag v`jenkinsapi_version` ant doc +git push --tags