summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-02 13:46:02 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-02 13:46:02 +0100
commit09efdad340d371d9af55a518816704f7e7cfe8c0 (patch)
tree5100b0ca12199e6aab2d9c47fc08a28d956b9b10 /Makefile
parent929767b0fdde533c00d1c146d172a794c81c255e (diff)
New release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec471fb..8ad931c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ dch:
dput:
dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
-release: dch deb
+release: all dch deb dput
bash -c "git tag $$(cat .version)"
git push --tags
git commit -a -m 'New release'