Update Bazel to 5.3.2 (#4536)
Latest stable release: https://github.com/bazelbuild/bazel/releases/tag/5.3.2 Run OSSCheck if `.bazelversion` changes
This commit is contained in:
parent
ac7833aaf4
commit
ca0813c605
|
@ -1 +1 @@
|
|||
5.3.0
|
||||
5.3.2
|
||||
|
|
|
@ -16,7 +16,7 @@ has_app_changes = !modified_files.grep(/Source/).empty?
|
|||
has_test_changes = !modified_files.grep(/Tests/).empty?
|
||||
has_danger_changes = !modified_files.grep(/Dangerfile|tools\/oss-check|Gemfile/).empty?
|
||||
has_package_changes = !modified_files.grep(/Package\.swift/).empty?
|
||||
has_bazel_changes = !modified_files.grep(/\.bazelrc|WORKSPACE|bazel\/|BUILD/).empty?
|
||||
has_bazel_changes = !modified_files.grep(/\.bazelrc|\.bazelversion|WORKSPACE|bazel\/|BUILD/).empty?
|
||||
|
||||
# Add a CHANGELOG entry for app changes
|
||||
if !modified_files.include?('CHANGELOG.md') && has_app_changes
|
||||
|
|
Loading…
Reference in New Issue