diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a64d445 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ + +new: + git tag $$tag + git push origin $$tag + echo 'Your tag is:' + echo '$(tag)' + +list: + git pull --tags + git for-each-ref --sort=creatordate --format='%(creatordate:short) %(refname:short)' refs/tags | tail -n 3