Skip to content

Commit

Permalink
feat: make log messages nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesXNelson committed Jan 18, 2024
1 parent 003aa6d commit 34f225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 34f225d

Please sign in to comment.