We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently do the following
git pull git tag -d v1 v1.0 git tag v1 v1.1.0 git tag v1.0 v1.1.0 git push origin v1 --force git push origin v1.0 --force
Currently doing it this way so the v1 and v1.0 tags stay verified
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently do the following
Currently doing it this way so the v1 and v1.0 tags stay verified
The text was updated successfully, but these errors were encountered: