From 9bb4bb382544d816a1d7205d0ce59d23e55295bc Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Thu, 19 Dec 2024 09:33:34 -0800 Subject: [PATCH] =?UTF-8?q?Revised=20commit=20msg=20analysis=20to=20accomo?= =?UTF-8?q?date=20if=20`version`=20encountered=20formatting=20issues=20?= =?UTF-8?q?=E2=86=9E=20[auto-sync=20from=20https://github.com/adamlui/ai-w?= =?UTF-8?q?eb-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bump.sh b/utils/bump.sh index 5c8b8f2..6d8053f 100644 --- a/utils/bump.sh +++ b/utils/bump.sh @@ -40,7 +40,7 @@ for manifest_path in "${MANIFEST_PATHS[@]}" ; do if [ "$chromium_only" != true ] && [ "$ff_only" != true ] ; then echo "Checking last commit details for $platform_manifest_path..." latest_platform_commit_msg=$(git log -1 --format=%s -- "$platform_manifest_path") - if [[ $latest_platform_commit_msg =~ bump.*(version|manifest) ]] ; then + if [[ $latest_platform_commit_msg =~ bump.*(ersion|manifest) ]] ; then echo -e "No changes found. Skipping...\n" ; continue ; fi fi