nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

git flow release finish` non-interactively #2201

Open Josky520 opened 8 years ago

Josky520 commented 8 years ago

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.

seanfuture commented 8 years ago

I also have this question pending a review of the code .. Any suggestions are welcome