Skip to content
GitLab
菜单
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
KMSCAKKSCFKA AKFACAMADCAS
brew
提交
dd439b4c
未验证
提交
dd439b4c
编辑于
11月 11, 2021
作者:
EricFromCanada
浏览文件
bump: skip PR check if livecheck does not return a version
上级
3b41be99
变更
1
Hide whitespace changes
Inline
Side-by-side
Library/Homebrew/dev-cmd/bump.rb
浏览文件 @
dd439b4c
...
...
@@ -227,7 +227,8 @@ module Homebrew
end
livecheck_latest
=
livecheck_result
(
formula_or_cask
)
pull_requests
=
if
!
args
.
no_pull_requests?
&&
(
args
.
named
.
present?
||
livecheck_latest
!=
current_version
)
pull_requests
=
if
!
args
.
no_pull_requests?
&&
(
args
.
named
.
present?
||
(
livecheck_latest
.
is_a?
(
Version
)
&&
livecheck_latest
!=
current_version
))
retrieve_pull_requests
(
formula_or_cask
,
name
)
end
...
...
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录