mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
audit: add gitless and telegram-cli to prerelease list
In support of #8075. Both formulae been on prerelease up till now.
This commit is contained in:
parent
c42bcf7398
commit
ad4fd55b78
@ -632,7 +632,10 @@ module Homebrew
|
||||
"libepoxy" => "1.5",
|
||||
}.freeze
|
||||
|
||||
GITHUB_PRERELEASE_ALLOWLIST = %w[].freeze
|
||||
GITHUB_PRERELEASE_ALLOWLIST = {
|
||||
"gitless" => "0.8.8",
|
||||
"telegram-cli" => "1.3.1",
|
||||
}.freeze
|
||||
|
||||
# version_prefix = stable_version_string.sub(/\d+$/, "")
|
||||
# version_prefix = stable_version_string.split(".")[0..1].join(".")
|
||||
|
Loading…
x
Reference in New Issue
Block a user