You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 convenientThe text was updated successfully, but these errors were encountered: