diff --git a/_do_bump_version b/_do_bump_version index b95830f..4771a61 100755 --- a/_do_bump_version +++ b/_do_bump_version @@ -64,3 +64,6 @@ bump to $new_version generated by \`_do_bump_version\` script in project root EOL git tag "$new_version" + +echo "commited and tagged" +echo "remember to push tags"