We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58884c1 commit 54cfbe1Copy full SHA for 54cfbe1
Library/Homebrew/autobump_constants.rb
@@ -9,7 +9,7 @@
9
# The valid symbols for passing to `no_autobump!` in a `Formula` or `Cask`.
10
# @api public
11
NO_AUTOBUMP_REASONS_LIST = T.let({
12
- incompatible_version_format: "incompatible version format",
13
- bumped_by_upstream: "bumped by upstream",
+ incompatible_version_format: "the package has a version format that can only be updated manually",
+ bumped_by_upstream: "updates to the package are handled by the upstream developers",
14
requires_manual_review: "a manual review of this package is required for inclusion in autobump",
15
}.merge(NO_AUTOBUMP_REASONS_INTERNAL).freeze, T::Hash[Symbol, String])
0 commit comments