moaxcp / graph-dsl

A groovy dsl for creating and traversing graphs.
https://moaxcp.github.io/graph-dsl/
MIT License
27 stars 6 forks source link

gradle-gitflow plugin doesn't support bugfix branches #45

Closed moaxcp closed 6 years ago

moaxcp commented 7 years ago

When working on a bugfix branch the version becomes detached instead of having the bugfix name. Looking at the code for gradle-gitflow it seems like bugfix is something gitflow-avh added that gradle-gitflow doesn't support. The code should be easy to change. It looks like it needs a new strategy class added for bugfix.