gitworkflow icon indicating copy to clipboard operation
gitworkflow copied to clipboard

Integrate 'create-pu' script

Open sauerj opened this issue 7 years ago • 2 comments

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.

sauerj avatar May 03 '18 17:05 sauerj

Very cool, thanks. I'd certainly like to take a look at it. URL?

rocketraman avatar May 03 '18 18:05 rocketraman

No on gitlab. I will create a PR in the next days for you. Just wanted to know if you are interested.

sauerj avatar May 03 '18 20:05 sauerj