Closed jeacott1 closed 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.
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.
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.