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

Missing GitHub Release for tag 1.13.0 #5

Closed
sbuerk opened this issue Sep 27, 2024 · 2 comments
Closed

Missing GitHub Release for tag 1.13.0 #5

sbuerk opened this issue Sep 27, 2024 · 2 comments

Comments

@sbuerk
Copy link

sbuerk commented Sep 27, 2024

For the 1.13.0 tag the corresponding GitHub Release is missing.

That make's it hard for automation to retrieve the latest version
without checking out the whole repository every time:

gh release list --repo DeepLcom/deepl-mock \
  --json createdAt,isDraft,isLatest,isPrerelease,name,publishedAt,tagName \
  --jq '.[] | select(.isLatest) | .tagName'

Expected: v1.13.0
Actual: v1.12.0

Is it reasonable to create an release for the 1.13.0 tag and ensure that try to create them for future releases (tagging) ?

@JanEbbing
Copy link
Member

Thanks for catching this, I think this was overlooked when we released v1.13.0 . I just did a release from the tag so this should be fixed now.

@sbuerk
Copy link
Author

sbuerk commented Sep 30, 2024

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants