Hi. I'm using the Gitflow workflow. Most use cases work as expected, but I'm trying to use the "release" branch type for 2 use cases:
- Merge develop -> main and create a tag
- Create a tag on a support branch
For case 2, I explicitly specify the support branch as parent on "git flow release start", but finishing the branch merges back to main, not support. The behavior of git-flow-avh was different in this case.
I can't find an option to tweak this. Also, configuring another branch type for the support-release case doesn't work, because the support branch name isn't fixed (e.g. support/1.0, support/2.4, ...).
Is this intended to be supported?
Hi. I'm using the Gitflow workflow. Most use cases work as expected, but I'm trying to use the "release" branch type for 2 use cases:
For case 2, I explicitly specify the support branch as parent on "git flow release start", but finishing the branch merges back to main, not support. The behavior of git-flow-avh was different in this case.
I can't find an option to tweak this. Also, configuring another branch type for the support-release case doesn't work, because the support branch name isn't fixed (e.g. support/1.0, support/2.4, ...).
Is this intended to be supported?