π @community
GitHub Community
/repos/ethereum/go-ethereum/releases missing the latest release #200014
Answered
by
selamet
jonathanudd
asked this question in
Apps, API and Webhooks
Β·
2 comments
Β·
1 reply
Answered by
selamet
This is a known class of GitHub behavior rather than a go-ethereum problem.
The /releases/latest and /releases/tags/{tag} endpoints do a direct lookup of a single release record, so they'll always find v1.17.4 as long as the release object exists. The /releases list endpoint and the web Releases page, however, are served from a separate listing/index β which also has no guaranteed sort order (it's effectively ordered by created_at, i.e. the tag's commit date, not the publish date).
When a release object exists but isn't correctly indexed into that listing β which can happen when a release is created against a tag that already existed, or via automation β you get exactly this symptom: reacβ¦
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Category
Apps, API and Webhooks
Labels
