Skip to content

Creating releases from support branches #71

@dermojo

Description

@dermojo

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:

  1. Merge develop -> main and create a tag
  2. 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?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions