diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:43:18 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:43:18 +0200 |
| commit | 4e5d677609d013f6131f4a28787e4387b20141a7 (patch) | |
| tree | 404e75a250fe03bba9c4087f6b587d3b005d1d41 | |
| parent | 755a7f280d5ba8d876eb1dd97becd04897f27eab (diff) | |
add dput to release makefile target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
