Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog.yml merge strategy #97

Open
jayvdb opened this issue Jul 12, 2019 · 0 comments
Open

changelog.yml merge strategy #97

jayvdb opened this issue Jul 12, 2019 · 0 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Jul 12, 2019

The problem with a yaml changelog is that it always has merge conflicts the order of merges usually differs from the order of PRs created.

If the changes are added at the bottom, the "union" merge driver can be specified in .gitattributes.

As the changes are added at the top, we may try specifying using the union merge driver for this file, or a custom mergetool or custom merge driver , but these often require later git and also sometimes need each developer to add an entry to their ~/.git/config . However we have a small team and we can use/build tools to help manage that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant