From 4e5d677609d013f6131f4a28787e4387b20141a7 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 22 Jun 2014 11:43:18 +0200 Subject: add dput to release makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3