How I can use git flow release finish in a manner that doesn\'t ask for merge commit messages? The -m flag doesn\'t provide this, as I expected.
git flow release finish
-m
I had trouble with the -m flag. However if you give a message without spaces, it worked. Must be a bug.
git flow release finish -m 'my_message_with_no_spaces' 1.2.3