Skip to content

feat: only include commit subject lines in changelog #733

Closed
@erschmidt

Description

@erschmidt

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

Metadata

Metadata

Assignees

Labels

featureA new feature or a feature requestreleased

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions