Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release branch and hotfix branch at same time #390

Open
EricMorel35 opened this issue May 5, 2023 · 1 comment
Open

Release branch and hotfix branch at same time #390

EricMorel35 opened this issue May 5, 2023 · 1 comment

Comments

@EricMorel35
Copy link

Hi,

A question about the plugin's behaviour. I have a release branch and a hotfix one which are living at same time.
Let's suppose that the hotfix is finished before the feature. so the modifications are merged into main (or master) and according plugin's behaviour into release branch. I was expecting that the modifications will be copied into develop because I set noBackMergeHotfix to true.

Is there any reasons which explain this behaviour ?

Regards,

@aleksandr-m
Copy link
Owner

When release branch exists changes will be merged into it instead of develop. The noBackMergeHotfix parameter handles branch merging to develop when there is no release branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants