Skip to content
New issue

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

Duplicated tags with v prefix #470

Open
rsvoboda opened this issue May 10, 2022 · 1 comment
Open

Duplicated tags with v prefix #470

rsvoboda opened this issue May 10, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation priority/low lowest priority

Comments

@rsvoboda
Copy link
Member

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
@pjgg pjgg self-assigned this May 10, 2022
@pjgg pjgg added documentation Improvements or additions to documentation priority/high higher priority than moderate but lower than urgent labels Aug 3, 2022
@michalvavrik michalvavrik added priority/low lowest priority and removed priority/high higher priority than moderate but lower than urgent labels Apr 11, 2023
@michalvavrik
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority/low lowest priority
Projects
None yet
Development

No branches or pull requests

3 participants