There are more conventional conventions [conventional-commits] that
might also be considered. Conventional commits uses plain English to
classify types of commit, for example: build, ci, chore, docs, feat,
fix, perf, refactor, revert, style and test.
Example commit message:
---
feat: add this new feature
This feature is intended to ...
---
And of course there are tools to generate a changlelog from such commit
messages [conventional-changelog]
Happy hacking,
jah
[conventional-commits]: https://www.conventionalcommits.org/en/v1.0.0/
[conventional-changelog]: https://github.com/conventional-changelog