ensure that tags are pushed at the end of every build
authorSalim Fadhley <sal@stodge.org>
Wed, 30 Jul 2014 00:48:16 +0000 (01:48 +0100)
committerSalim Fadhley <sal@stodge.org>
Wed, 30 Jul 2014 00:48:16 +0000 (01:48 +0100)
release.sh

index cb423a6ab1e23e4e8f37d06dde7a366a0b10c964..95d46ed75c44ff7be171e7bb6a6b35146c65f606 100755 (executable)
@@ -5,3 +5,4 @@ pip install sphinx
 ant release
 git tag v`jenkinsapi_version`
 ant doc
+git push --tags