Skip to content

Commit f202f20

Browse files
committed
Revised commit msg analysis to accomodate if version encountered formatting issues ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
1 parent d8a2180 commit f202f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TODAY=$(date +'%Y.%-m.%-d') # YYYY.M.D format
2424
chromium_manifest_path=$(dirname "$MANIFEST_PATH" | sed 's|^\./||')
2525
echo "Checking last commit details for $chromium_manifest_path..."
2626
latest_platform_commit_msg=$(git log -1 --format=%s -- "$chromium_manifest_path")
27-
if [[ $latest_platform_commit_msg =~ bump.*(version|manifest) ]] ; then
27+
if [[ $latest_platform_commit_msg =~ bump.*(ersion|manifest) ]] ; then
2828
echo -e "No changes found." ; exit ; fi
2929

3030
echo "Bumping version in Chromium manifest..."

0 commit comments

Comments
 (0)