projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a13ef
)
ensure that tags are pushed at the end of every build
author
Salim Fadhley
<sal@stodge.org>
Wed, 30 Jul 2014 00:48:16 +0000
(
01:48
+0100)
committer
Salim Fadhley
<sal@stodge.org>
Wed, 30 Jul 2014 00:48:16 +0000
(
01:48
+0100)
release.sh
patch
|
blob
|
history
diff --git
a/release.sh
b/release.sh
index cb423a6ab1e23e4e8f37d06dde7a366a0b10c964..95d46ed75c44ff7be171e7bb6a6b35146c65f606 100755
(executable)
--- 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