From e8713c105c4cf809ce9c9f7ba2fbcb837e74bdb6 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 11 Apr 2023 23:57:08 -0500 Subject: [PATCH] [CI] Release workflow (WIP) --- check-versions-for-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-versions-for-release.sh b/check-versions-for-release.sh index 2bf78f79..54e5648a 100755 --- a/check-versions-for-release.sh +++ b/check-versions-for-release.sh @@ -13,7 +13,7 @@ if [ "$RELEASE_TYPE" = "milestone" ]; then echo "Checking versions for $RELEASE_TYPE release" lines=$(find . -type f -name pom.xml | xargs grep SNAPSHOT | grep -v ".contains(" | grep -v regex | wc -l) if [ $lines -ne 0 ]; then - echo "Snapshots found ($lines)check-versions-for-release.sh. Exiting the release build." + echo "Snapshots version found ($lines). Exiting build" if [ "$VERBOSE" = "true" ]; then echo $(find . -type f -name pom.xml | xargs grep SNAPSHOT | grep -v ".contains(" | grep -v regex) fi