Skip to content

Commit 8eecb0b

Browse files
committed
Change CHANGELOG.md merge strategy to union.
- This makes CHANGELOG don't conflict as much (or at all).
1 parent c4fa130 commit 8eecb0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# .gitattributes documentation: https://git-scm.com/docs/gitattributes
2+
3+
# Resolve 3-way merge conflicts on the CHANGELOG.md file using the union strategy
4+
CHANGELOG.md merge=union

0 commit comments

Comments
 (0)