summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:43:18 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:43:18 +0200
commit4e5d677609d013f6131f4a28787e4387b20141a7 (patch)
tree404e75a250fe03bba9c4087f6b587d3b005d1d41
parent755a7f280d5ba8d876eb1dd97becd04897f27eab (diff)
add dput to release makefile target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5aa926..2bb2ba2 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ cleanall: clean-top
test -f nytprof.out && rm nytprof.out
test -f tmon.out && rm tmon.out
test -d nytprof && rm -Rf nytprof
-release: dch deb version documentation perltidy
+release: dch deb version documentation perltidy dput
git commit -a -m 'New release'
bash -c "git tag $$(cat .version)"
git push --tags