From e76c5d6b8a526b115f9583be46cc706fa664ed48 Mon Sep 17 00:00:00 2001 From: yair Date: Wed, 6 Dec 2023 01:21:36 +0200 Subject: [PATCH] echo in bump all --- scripts/bump-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bump-all.sh b/scripts/bump-all.sh index 7f57e3cdb6..9e7b71739d 100755 --- a/scripts/bump-all.sh +++ b/scripts/bump-all.sh @@ -8,6 +8,8 @@ if [ -z "$VERSION" ]; then exit 1 fi +echo "Bumping all integrations to version $VERSION" + # Loop through each folder in the 'integrations' directory for folder in "$(pwd)"/integrations/*; do if [ -d "$folder" ]; then