`git flow release finish` non-interactively

前端 未结 7 582
一个人的身影
一个人的身影 2021-02-05 04:23

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.

<
7条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-05 04:43

    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
    

提交回复
热议问题