diff --git a/scripts/push_new_tag.sh b/scripts/push_new_tag.sh new file mode 100644 index 0000000..2835fba --- /dev/null +++ b/scripts/push_new_tag.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git tag -a $1 -m $1 && git push --tags \ No newline at end of file