Skip to content

Commit c0120bd

Browse files
committed
chore(java-storage): add to exclusions in generation/check_non_release_please_versions.sh
1 parent 2a1a26a commit c0120bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generation/check_non_release_please_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1616
[[ "${pomFile}" =~ .*java-spanner.* ]] || \
1717
[[ "${pomFile}" =~ .*java-spanner-jdbc.* ]] || \
1818
[[ "${pomFile}" =~ .*google-auth-library-java.* ]] || \
19+
[[ "${pomFile}" =~ .*java-storage.* ]] || \
1920
[[ "${pomFile}" =~ .*.github*. ]]; then
2021
continue
2122
fi

0 commit comments

Comments
 (0)