summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-26 12:27:39 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-26 12:29:13 +0300
commit6a41545f75439f8efdfc70d88426b8db1e6da628 (patch)
tree542e028b1fb69c6ad6895cfa3c1307c765995922 /Makefile
parentnew Makefile; renamed demo-scrip --> git-demo (diff)
downloadgit-prompt-6a41545f75439f8efdfc70d88426b8db1e6da628.tar.gz
git-prompt-6a41545f75439f8efdfc70d88426b8db1e6da628.tar.bz2
git-prompt-6a41545f75439f8efdfc70d88426b8db1e6da628.zip
new git screenshot
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