Integrate 'create-pu' script
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.
Very cool, thanks. I'd certainly like to take a look at it. URL?
No on gitlab. I will create a PR in the next days for you. Just wanted to know if you are interested.