Hello,
Currently I have two branches:
- dev - for development purpose
- release/common - to maintain a common release
For this two ones, I have activated the automatic merge and it working fine.
Now I want to add a new one called release/common_v5 and I want the behaviour to be:
- When I open a Pull Request to release/common, it should be merged into itself, release/common_v5 and dev
- When I open a Pull Request to release/common_v5, it should only be merged into itself and dev
- When I open a Pull Request to dev, it should only be merged to dev
How should I maintain this in Bitbucket branch settings so I can accomplish this outcome?
Best,
Bruno