requarks / changelog-action

GitHub Action to generate changelog from conventional commits
MIT License
128 stars 41 forks source link

Only the first line of a git message is included in the changelog #19

Closed jeacott1 closed 1 year ago

jeacott1 commented 1 year ago

if I have a multiline commit message: eg: fix: something A fix: something else B

only the first line gets included in the changelog. I expect all the content to end up in the changelog.

NGPixel commented 1 year ago

No, as that wouldn't respect the Conventional Commits specification.

A commit should be a single fix / feature. The message body is to optionally provide additional details / context for that commit.