Skip to content

Commit

Permalink
revert change to commit message generated by update-versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Jan 8, 2024
1 parent 40d4699 commit b1b9af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ for file in "$input_rockspec"-*.rockspec; do
git add "$new_file_name"
git add README.md
if [ $autocommit ]; then
git commit -m "chore: rename $input_rockspec version from $semver to $input_version"
git commit -m "chore: bump $input_rockspec version from $semver to $input_version"
git push
else
echo "Changes staged, but not committed. Please commit manually."
Expand Down

0 comments on commit b1b9af7

Please sign in to comment.