brew/Library/Homebrew/autobump_constants.rb
botantony fa26976b1d
autobump_constants: add bumped_by_upstream reason
Signed-off-by: botantony <antonsm21@gmail.com>
2025-05-03 02:00:37 +02:00

9 lines
262 B
Ruby

# typed: strict
# frozen_string_literal: true
# TODO: add more reasons here
NO_AUTOBUMP_REASONS_LIST = T.let({
incompatible_version_format: "incompatible version format",
bumped_by_upstream: "bumped by upstream",
}.freeze, T::Hash[Symbol, String])