Skip to content

Commit cf0c6da

Browse files
committed
chore(java-bigquerystorage): add to exclusions in generation/check_non_release_please_versions.sh
1 parent 8fffac4 commit cf0c6da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generation/check_non_release_please_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
88
[[ "${pomFile}" =~ .*google-cloud-pom-parent.* ]] || \
99
[[ "${pomFile}" =~ .*CoverageAggregator.* ]] || \
1010
[[ "${pomFile}" =~ .*java-shared-dependencies*. ]] || \
11+
[[ "${pomFile}" =~ .*java-bigquerystorage.* ]] || \
1112
[[ "${pomFile}" =~ .*.github*. ]]; then
1213
continue
1314
fi

0 commit comments

Comments
 (0)