diff --git a/tag.sh b/tag.sh new file mode 100755 index 0000000..8e5cc56 --- /dev/null +++ b/tag.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +git tag -fa v1 -m 'Update tag v1' +git push -f --tags