diff --git a/src/tag-oscript-lts.sh b/src/tag-oscript-lts.sh new file mode 100755 index 0000000..65b6fd9 --- /dev/null +++ b/src/tag-oscript-lts.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -euo pipefail + +git tag -f oscript_lts && git push origin oscript_lts -f \ No newline at end of file