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

bug: semver tag breaks #1669

Closed
DerekRoberts opened this issue Dec 1, 2023 · 0 comments · Fixed by #1668, #1673 or #1684
Closed

bug: semver tag breaks #1669

DerekRoberts opened this issue Dec 1, 2023 · 0 comments · Fixed by #1668, #1673 or #1684
Assignees
Labels
bug Something isn't working

Comments

@DerekRoberts
Copy link
Member

Semvers used to generate tags keep running into conflicts. Possibly remove.

Run git tag v0.10.0
  git tag v0.10.0
  git push origin --tag
  shell: /usr/bin/bash -e {0}
fatal: tag 'v0.10.0' already exists
@DerekRoberts DerekRoberts added the bug Something isn't working label Dec 1, 2023
@DerekRoberts DerekRoberts self-assigned this Dec 1, 2023
@DerekRoberts DerekRoberts linked a pull request Dec 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment