brew bump
for a prerelease
#5229
Answered
by
Bo98
toobuntu
asked this question in
Tap maintenance and brew development
-
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
Bo98
Mar 26, 2024
Replies: 1 comment 2 replies
-
In Homebrew/cask we do this: https://github.com/Homebrew/homebrew-cask/blob/66b3638da27ec3aa763f20d679e21bb0f9f2fe8f/audit_exceptions/github_prerelease_allowlist.json#L10 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a per-tap thing so you can add your own
audit_exceptions/github_prerelease_allowlist.json
file to your tap and it should work fine. Given it checks within the same tap I don't think it checks the fully-qualified name so just the basename should work.