API returns inconsistent releases list #206135
Replies: 2 comments
|
since the tag-specific endpoint returns |
|
Likely explanations, in order of probability:
Given the listing omits v3.6.1 while the tag endpoint, the
On |
|
since the tag-specific endpoint returns |
|
Likely explanations, in order of probability:
Given the listing omits v3.6.1 while the tag endpoint, the
On |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
API
Body
Issue was already described in https://github.com/orgs/community/discussions/204372
Today, querying GitHub API for the list of releases in hashicorp/terraform-provider-http, we would miss their latest release.
Yet there is a v3.6.1, which is not a draft, nor a prerelease:
From UI, v3.6.1 is set as "latest" release:
How is that possible?
I won't be able to update releases myself, given this is not one of my repositories.
Is there anyting we could do, to get a consistent list of releases out of that repository?
All reactions