summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-07-26 23:11:30 +0200
committerPaul Buetow <paul@buetow.org>2013-07-26 23:11:30 +0200
commit4cfab62af7743baea6993bb41b318ad7095c9dba (patch)
tree84b4fbecb47fe1d472d8f007b687b4bd5d934989
parent34fe596df863679a3772918e1a0c62118c0a171b (diff)
add dput to release target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72c3e8c..c501396 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ dch:
dput:
dput wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
-release: dch deb
+release: dch deb dput
bash -c "git tag $$(cat .version)"
git push --tags
git commit -a -m 'New release'