After #43 we are using release-plz to create and publish our releases. This tool can write changelogs automagically if we adhere to [_conventional commits_](https://www.conventionalcommits.org/en/v1.0.0/): - [ ] we can enforce them using some GH action like https://github.com/marketplace/actions/conventional-commit-in-pull-requests - [ ] enforce them via `comitizen` on the user side, enabling it as a pre-commit msg hook: https://commitizen-tools.github.io/commitizen/tutorials/auto_check/
After #43 we are using release-plz to create and publish our releases.
This tool can write changelogs automagically if we adhere to conventional commits:
comitizenon the user side, enabling it as a pre-commit msg hook: https://commitizen-tools.github.io/commitizen/tutorials/auto_check/