From 0aed118e070cd6ac8e62a91bfa2378bcc62aabd9 Mon Sep 17 00:00:00 2001 From: sentriz Date: Fri, 13 Mar 2020 11:59:53 +0000 Subject: [PATCH] update bump commit messsage --- _do_bump_version | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_do_bump_version b/_do_bump_version index a3d22f7..56486ca 100755 --- a/_do_bump_version +++ b/_do_bump_version @@ -52,5 +52,9 @@ EOL ./_do_gen_handler_tests # 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"