1 2 3 4 5
# Add tag to repo of new release # Example: add-tag.sh v1.62 git tag -a $1 -m "$1" git push origin $1