We have a GIT repository with many contributors, and we constantly run into merge conflicts with the release notes file. Is there a good way to prevent them?
I was thinking of a git post-upload server hook that would run run on master branch only, and use a script to extract some magic keyword from the commit message and append following text to the release notes file. Are there any tools for that? Is that a good approach?