Every month We create release branch out of develop branch. Every commit goes into release branch should be merged with develop branch also. As of now we are merging manually. Is there any way to merge release branch into develop automatically.
If automatic merge is possible can I ignore specific files from being merged? Can we setup a jenkins job to achieve this?