fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
461 stars 10 forks source link

[gitflow] Add option to finish a release without tagging #24

Open pascalberger opened 6 years ago

pascalberger commented 6 years ago

It would be nice to have the option to finish a GitFlow release without having a tag created (my workflow is that I create them through GitHub releases).

sm-g commented 4 years ago

Same for hotfix. I have branch, labelled on TeamCity:

Fork_2020-07-10_09-23-11

When I try to "finish hotfix" (with / without deleting branches), I see: Fatal: Tag already exists and does not point to hotfix branch 'hotfix/1.4.2'

DanPristupov commented 1 year ago

I'd like to mention that the git-flow project is deprecated and the users should probably not use it for new projects.