Merge pull request #7992 from dtrodrigues/cake-prerelease

don't allow prerelease for cake
This commit is contained in:
Bo Anderson 2020-07-13 18:51:38 +01:00 committed by GitHub
commit 551d684bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -606,7 +606,7 @@ module Homebrew
"libepoxy" => "1.5",
}.freeze
GITHUB_PRERELEASE_ALLOWLIST = %w[cake].freeze
GITHUB_PRERELEASE_ALLOWLIST = %w[].freeze
# version_prefix = stable_version_string.sub(/\d+$/, "")
# version_prefix = stable_version_string.split(".")[0..1].join(".")