You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: