Closed
Description
Description
Add an option to ignore the body of a commit message during commit parsing. Ideally in commit_parser_options
.
Use cases
From v7 to v8, the changelog seems to use all the information from the commit message. This introduces issues when using squash and merge and keeping the default commit messages (actually breaks the changelog for some reason; e.g., pre-commit is complaining about mixed line endings). Since the commit body - at least for me - does not contain any relevant information (for the changelog), I would rather not use it at all.
Possible implementation
Add a use_body
flag in commit_parser_options