Skip to content

Commit

Permalink
Merge pull request #7992 from dtrodrigues/cake-prerelease
Browse files Browse the repository at this point in the history
don't allow prerelease for cake
  • Loading branch information
Bo98 authored Jul 13, 2020
2 parents ea47dce + 84ad2e7 commit 551d684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def get_repo_data(regex)
"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(".")
Expand Down

0 comments on commit 551d684

Please sign in to comment.