summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-15 21:19:12 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-15 21:19:12 +0200
commit60915e84cec290a1516919d9b0d818b2398ad2af (patch)
treebbc5fa8062fa7ffda0916809b739bd862f19ccb9
parent57bf92a3467823bc3593d40d3301455a552f1247 (diff)
also push tags0.0.2a
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ca62bd..a68339e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ release: dch deb
bash -c "git tag $$(cat .version)"
git push --tags
git commit -a -m 'New release'
- git push origin master
+ git push origin master --tags
+ git push buetoworg master --tags
clean-top:
rm ../$(NAME)_*.tar.gz
rm ../$(NAME)_*.dsc