Setup pull requests with git flow and azure pipelines
问题 I'm trying to setup a library project using DevOps. The branching strategy choosed is git-flow in order to have use git version and follow semver with releases and hotfixes. So i tried was to protect both develop and release branches by activating pull requests. Everything works fine unless a release is going to be closed. Here I see two problems: In git-flow the system try to realign develop from master, but devops doesn't know this is git-flow and just merges release to master. Develop