summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--screenshot-prompt-git.pngbin186582 -> 201168 bytes
2 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
diff --git a/screenshot-prompt-git.png b/screenshot-prompt-git.png
index 4ede981..b9a4421 100644
--- a/screenshot-prompt-git.png
+++ b/screenshot-prompt-git.png
Binary files differ