Teun / git-flow-vis

81 stars 12 forks source link

Add support for GitHub Flow #45

Open remie opened 7 years ago

remie commented 7 years ago

Repositories that are using the GitHub flow now end up with a lot of release branches, because the JS library detects that there parents originate from Master. Based on the Git Flow convention, these branches are considered to be hotfix/release branches.

We might be able to support the GitHub flow by also applying the 'featurePrefix' test even if all parents originate from master.

In addition, it would be good if the branch hints support both String and regular expressions as input. This would allow for a more diverse selection of naming conventions.