nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Home Page:http://nvie.com/posts/a-successful-git-branching-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable the tag prefix for the hotfix branch

2ur1st opened this issue · comments

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