Skip to content

Commit 3652990

Browse files
committed
🚧 .gitattributes merge strategies
Use union for changelog yaml, and use binary for generaged CHANGELOG.rst.
1 parent 82f376d commit 3652990

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+
# Include changes from both sides
2+
changelog.yml merge=union
3+
# Include regenerated files as-is using binary merge driver
4+
CHANGELOG.rst merge=binary

0 commit comments

Comments
 (0)