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

How to disable the tag prefix for the hotfix branch #6433

Open 2ur1st opened 5 years ago

2ur1st commented 5 years ago

I set up tag prefix 'v' and now I have tags like v1.0.0, v1.0.1 and its cool But for hotfix branch I got tags like vbug, verror and more... How I can disabled prefix for the hotfix branch or any case how I can get correct tags