summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab43b62..0fdbc3c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,7 @@ clean:
tgit:
xclip -i git-demo
echo "ready to paste ..."
+
+release: install
+ git tag `git tag -l | awk -F. 'END{printf "%s.%s\n", $1,$2+1}'`
+ git push