At the Python SDK we require a changelog entry in order to keep helpful records of what was added, changed, fixed or a breaking change for each release.
Key steps:
- Open 'CHANGELOG.md' found at the project root
- Add your bullet point entry under [UNRELEASED] and the appropriate subheader (Added, Changed, Fixed or Breaking Change)
Phrase it conventionally.
For example:
##[UNRELEASED]
- Added
.github/workflows/merge-conflict-bot.ymlto automatically detect and notify users of merge conflicts in Pull Requests.
Read more about creating changelog entries