Skip to content

fix: git flow hotfix finish doesn't merge back to a release branch #69

@ChrisJStone

Description

@ChrisJStone

Why is a hotfix branch not merged back to a release branch if it is open? When you run the git flow hotfix finish 1.18.6 the hotfix branch is merged to master and develop. Is there there an option to do so?

hotfix/1.18.6
release/1.19.0
master

This is what I expected:

https://nvie.com/posts/a-successful-git-branching-model/

The one exception to the rule here is that, when a release branch currently exists, the hotfix changes need to be merged into that release branch, instead of develop. Back-merging the bugfix into the release branch will eventually result in the bugfix being merged into develop too, when the release branch is finished.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions