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

Feature: a flag to download pre release versions #2

Closed
IndianBoy42 opened this issue Aug 21, 2021 · 1 comment
Closed

Feature: a flag to download pre release versions #2

IndianBoy42 opened this issue Aug 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@IndianBoy42
Copy link

I don't know how possible this is, if you are using the GitHub API like I have for my own scripts, then there isn't a direct way to get the latest pre release, in the way that getting the latest release is built in.

This can be manually worked around using a tag (if the repo has provided it) but a direct way could be nice

@zyedidia
Copy link
Owner

Yes it doesn't seem like there is a latest pre-release tag built-in. Eget would have to read the releases information and then find the latest pre-release from that. I think this is doable.

@zyedidia zyedidia added the enhancement New feature or request label Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants