Hi,
I have a requirement to do auto merge from different source branches to one destination branch. Is this feature there in bit bucket, Can any one help on this.
My branching structure is:
release/8.3.0
release/8.4.0
release/8.5.0
release/8.6.0
release/8.7.0
release/8.8.0
i want merge changes of all the above branches to develop/8.9.0.
Note: We have 10 branches between release branch like 8.7.0.1,8.7.0.2...8.7.0.10 then 8.8.0 will start.
I want to configure 8.7.0.1 , 8.7.0.3 and 8.7.0.5 to develop/8.9.0. It should merge the changes directly into 8.9.0 only and these changes should not reflect on other branches which are not configured even these are in sequence. ex: 8.7.0.2,8.7.0.3