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.6k stars 2.66k forks source link

git flow tag message will be changed #6459

Open Terness opened 3 years ago

Terness commented 3 years ago

git version 2.30.2

git flow version 1.12.3 (AVH Edition)

Hi, i found a question when i use git flow release finish 1.0.0-bg-data -m "[FIXED] 1. test"

When i finish any branch with "-m", i found that the tag message will be changed.

For example image

But the tag message image