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

skip getReleases function if version is provided #2

Open
gugu opened this issue Dec 30, 2022 · 1 comment
Open

skip getReleases function if version is provided #2

gugu opened this issue Dec 30, 2022 · 1 comment
Labels
enhancement Internal improvements

Comments

@gugu
Copy link

gugu commented Dec 30, 2022

Github API needs to be called only to get the latest version, but getReleases is called every time. It would be great to have ability skip API request with rate limit without providing GITHUB_TOKEN and provide version instead

@rossmacarthur rossmacarthur added the enhancement Internal improvements label Mar 23, 2023
@2bndy5
Copy link

2bndy5 commented Sep 6, 2024

This may only be applicable if the full version spec (major, minor, patch) is specified. Otherwise, the GH project that tags the desired releases would need to have rolling tags (v1 for any new v1.x release, v1.5 for any new v1.5.x release, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Internal improvements
Projects
None yet
Development

No branches or pull requests

3 participants