We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version
1 parent d8a2180 commit f202f20Copy full SHA for f202f20
utils/bump.sh
@@ -24,7 +24,7 @@ TODAY=$(date +'%Y.%-m.%-d') # YYYY.M.D format
24
chromium_manifest_path=$(dirname "$MANIFEST_PATH" | sed 's|^\./||')
25
echo "Checking last commit details for $chromium_manifest_path..."
26
latest_platform_commit_msg=$(git log -1 --format=%s -- "$chromium_manifest_path")
27
-if [[ $latest_platform_commit_msg =~ bump.*(version|manifest) ]] ; then
+if [[ $latest_platform_commit_msg =~ bump.*(ersion|manifest) ]] ; then
28
echo -e "No changes found." ; exit ; fi
29
30
echo "Bumping version in Chromium manifest..."
0 commit comments