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
v
There are many duplicated tags with v prefix in this repo
They should be cleaned up. I think they were created when people worked on release drafts as it suggests tag starting with v. People should use existing tag instead, but they need to wait for https://github.com/quarkus-qe/quarkus-test-framework/actions/workflows/release.yml action to finish.
Tags with v prefix should be removed, @mjurc @pjgg
git tag -l | sort 0.0.1 0.0.10 0.0.11 0.0.12 0.0.13 0.0.14 0.0.15 0.0.16 0.0.2 0.0.3 0.0.4 0.0.7 0.0.8 0.0.9 1.0.0.Final 1.0.1.Final 1.0.2.Final 1.0.3.Final 1.0.4.Final 1.0.5.Final 1.1.0.Beta.1 1.1.0.Beta2 1.1.0.Beta3 1.1.0.Beta4 1.1.0.Beta5 1.1.0.Final v0.0.10 v0.0.11 v0.0.12 v0.0.13 v0.0.14 v0.0.15 v0.0.16 v0.0.2 v0.0.3 v0.0.4 v0.0.5 v0.0.6 v0.0.7 v0.0.8 v0.0.9 v1.0.1 v1.0.2 v1.1.0.Beta.1 v1.1.0.Beta4 v1.1.0.Beta5
The text was updated successfully, but these errors were encountered:
It doesn't seem to happen anymore. We can carefully clear old tags as there is no advantage in keeping v1 and v0 (and imo also 0.x) tags
Sorry, something went wrong.
No branches or pull requests
There are many duplicated tags with
v
prefix in this repoThey should be cleaned up. I think they were created when people worked on release drafts as it suggests tag starting with
v
.People should use existing tag instead, but they need to wait for https://github.com/quarkus-qe/quarkus-test-framework/actions/workflows/release.yml action to finish.
Tags with
v
prefix should be removed, @mjurc @pjggThe text was updated successfully, but these errors were encountered: