VOOZH about

URL: https://github.com/orgs/community/discussions/200014

⇱ /repos/ethereum/go-ethereum/releases missing the latest release Β· community Β· Discussion #200014 Β· GitHub


Skip to content

πŸ‘ @community
GitHub Community

/repos/ethereum/go-ethereum/releases missing the latest release #200014

πŸ‘ Image
jonathanudd

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…

Replies: 2 comments Β· 1 reply

πŸ‘ Image
github-actions[bot]
Bot

0 replies
Answer selected by jonathanudd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.