For my own project I wrote a script witch can automate the creation of a pu branch.
First it merges all mature feature/topic branches which are already in next into pu.
When this task is done, an empty ### Match 'next' commit helps to identify is state.
Then all branches which are not in master and not in next are merged into pu
Branches which are labeled with wip/ will not be automatically merged into pu.
The script is licensed under GPLv3 and if you like it can be integrated into your project.
For my own project I wrote a script witch can automate the creation of a
pubranch.First it merges all mature feature/topic branches which are already in
nextintopu.When this task is done, an empty
### Match 'next'commit helps to identify is state.Then all branches which are not in
masterand not innextare merged intopuBranches which are labeled with
wip/will not be automatically merged intopu.The script is licensed under GPLv3 and if you like it can be integrated into your project.