-
Notifications
You must be signed in to change notification settings - Fork 18
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
make ignoring github pre-releases optional #327
Comments
jhheider
added a commit
to pkgxdev/pantry
that referenced
this issue
Apr 12, 2024
would benefit from pkgxdev/brewkit#327
jhheider
added a commit
to pkgxdev/pantry
that referenced
this issue
Apr 12, 2024
* update(forge) would benefit from pkgxdev/brewkit#327 * fix test
Or perhaps (for less breaking), make including pre-releases optional? Something like this: versions:
github: org/repo/releases
strip: /v/
prerelease: true # this Or, maybe an additional versions:
- github: org/repo/pre-releases
strip: /v/
# If they release any proper (stable) version, it'd match that as well.
- github: org/repo/releases
strip: /v/ |
Exactly. |
Really we should build them and then have pkgx ignore them by default. If they don’t build then we discard that release because we don't care much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://github.com/foundry-rs/foundry/releases
The text was updated successfully, but these errors were encountered: