Changelog entries create merge conflicts #655
Labels
area:miscellaneous
For issues that don't match any other area label
question
Question for discussion
release:after-ga
Not required before GA release, and not going to work on before GA
The changelog entries we have at the moment create merge conflicts for every PR that touches the changelog file. I have seen a neat solution to this in the pytest repository where each changelog entry is placed in its own file in a changelog subdirectory and before a release, they run a tool that collects all entries into a single text. See https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#preparing-pull-requests
The text was updated successfully, but these errors were encountered: