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:
Adrian Ho 2020-07-25 22:06:00 +08:00
parent c42bcf7398
commit ad4fd55b78

View File

@ -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(".")