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

github api empty for releases #40768

Closed
vvitayau opened this issue Aug 13, 2020 · 2 comments
Closed

github api empty for releases #40768

vvitayau opened this issue Aug 13, 2020 · 2 comments

Comments

@vvitayau
Copy link

What version of Go are you using (go version)?

https://api.github.com/repos/golang/go/releases is empty and does not match https://github.com/golang/go/releases

What did you expect to see?

$ curl --silent https://api.github.com/repos/golang/go/releases | jq -r '.[].name'
  go1.15
  go1.15rc2
  go1.14.7
  go1.13.15
  ...

What did you see instead?

$ curl --silent https://api.github.com/repos/golang/go/releases
  [
  
  ]
@ALTree ALTree closed this as completed Aug 13, 2020
@ALTree ALTree reopened this Aug 13, 2020
@andybons
Copy link
Member

This seems to be a GitHub UX issue, as we don’t create explicit GitHub releases, but they list the git tags.

Not sure what to do, here.

@networkimprov
Copy link

@golang golang locked and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants