update bump commit messsage

This commit is contained in:
sentriz
2020-03-13 11:59:53 +00:00
parent 9ccf7fb19c
commit 0aed118e07

View File

@@ -52,5 +52,9 @@ EOL
./_do_gen_handler_tests ./_do_gen_handler_tests
# create and tag single commit with a change to the version file # create and tag single commit with a change to the version file
git commit --all --message "bump to $new_version" git commit --all --file - << EOL
bump to $new_version
generated by \`_do_bump_version\` script in project root
EOL
git tag "$new_version" git tag "$new_version"