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

Add option to skip releases marked as Pre-release for gh-release install #1

Open
koralowiec opened this issue Oct 13, 2024 · 0 comments · May be fixed by #2
Open

Add option to skip releases marked as Pre-release for gh-release install #1

koralowiec opened this issue Oct 13, 2024 · 0 comments · May be fixed by #2

Comments

@koralowiec
Copy link
Member

koralowiec commented Oct 13, 2024

It should be possible to filter out pre-releases from the releases when installing with gh-release

Right now it's possible to filter out releases that contain "beta" in the name with a regex (--option releaseTagRegex='^(?!.*beta).*$'), but having a flag option to skip pre-releases would be convenient

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

Successfully merging a pull request may close this issue.

1 participant