diff --git a/abra b/abra index 2b34467..ab5d0bc 100755 --- a/abra +++ b/abra @@ -2286,6 +2286,7 @@ sub_recipe_release() { success "All compose files updated; new version is $new_version" if [ "$abra___no_prompt" = "false" ] && [ "$bump" = "false" ]; then + git --no-pager diff read -rp "Commit your changes to git? [y/N]? " choice if [ "${choice,,}" != "y" ]; then