Changelog Workflow¶
We use Conventional Commits and git-cliff to automatically generate our changelog.
Commit Message Format¶
Messages should follow this format:
<type>(<scope>): <description>
Types¶
feat: A new featurefix: A bugfixdocs: Documentation changesstyle: Formatting, missing semicolons, etc.refactor: Code refactoring without functional changestest: Adding or changing testschore: Updates to build processes or auxiliary tools
Generation¶
The changelog is automatically updated with each release.