You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: