- Notifications
You must be signed in to change notification settings - Fork262
Closed
Description
Description
Add an option to ignore the body of a commit message during commit parsing. Ideally incommit_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 ause_body flag incommit_parser_options