-
Notifications
You must be signed in to change notification settings - Fork 741
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
How can I get Latest Release of Repository? #341
Comments
No, I mean in program GHRepository have method call listReleases but it returns all tag that repository has so how can I get only the latest one? |
As I see in code you can't do that in one call at this moment. Obviously you can get a full list and take first element. However, here is a method that allows you to get the latest release. It shouldn't be difficult to add that feature. I can try to add this in a few days, but no promises. |
No description provided.
The text was updated successfully, but these errors were encountered: