Any kotlin team members here? The kotlin project has a super nice changelog on every release. Any tips on how to avoid merge conflict hell with everyone updating changelog.md with their PRs?
m
mickeelm
08/31/2021, 8:26 AM
Who updates changelog.md in a PR?
e
elizarov
08/31/2021, 9:14 AM
ChangeLog is added with each release by a person doing release. No conflicts.
✅ 5
l
louiscad
08/31/2021, 11:53 AM
For refreshVersions and Splitties, I update the changelog (its [Unreleased] section) regularly on the main branch (which is not the release branch), which means I often do it after merging PRs. That's been working well.