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
1.13.0
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) ?
The text was updated successfully, but these errors were encountered:
DeepL Mock Api Server
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.
Sorry, something went wrong.
Thanks a lot
No branches or pull requests
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) ?
The text was updated successfully, but these errors were encountered: