diff --git a/newtag.sh b/newtag.sh new file mode 100644 index 0000000..c96192c --- /dev/null +++ b/newtag.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git tag $(date +"%Y.%m.%d") +git push --tags