Skip to content

Commit 54cfbe1

Browse files
committed
autobump_constants: improve reason descriptions
1 parent 58884c1 commit 54cfbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library/Homebrew/autobump_constants.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# The valid symbols for passing to `no_autobump!` in a `Formula` or `Cask`.
1010
# @api public
1111
NO_AUTOBUMP_REASONS_LIST = T.let({
12-
incompatible_version_format: "incompatible version format",
13-
bumped_by_upstream: "bumped by upstream",
12+
incompatible_version_format: "the package has a version format that can only be updated manually",
13+
bumped_by_upstream: "updates to the package are handled by the upstream developers",
1414
requires_manual_review: "a manual review of this package is required for inclusion in autobump",
1515
}.merge(NO_AUTOBUMP_REASONS_INTERNAL).freeze, T::Hash[Symbol, String])

0 commit comments

Comments
 (0)