diff --git a/tools/update_version.sh b/tools/update_version.sh index 82d9374ce..610248d83 100755 --- a/tools/update_version.sh +++ b/tools/update_version.sh @@ -100,7 +100,7 @@ function update_file() { local extra="${4:-}" sed -i "s/${prefix}.*/${prefix}${version}${extra}${suffix}/g" "$ROOT_DIR/plugins/$file" git add "$ROOT_DIR/plugins/$file" - git commit -m "chore: update $package to version $version${extra}" + git commit -m "chore(version): update $package to version $version${extra}" } extra=