summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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