Open
Description
cz-conventional-changelog/engine.js
Lines 139 to 154 in e7bd546
answers.breakingBody
does not affect the commit message at all.
cz-conventional-changelog/engine.js
Line 207 in e7bd546
I wrote breakingBody but found this doesn't make any sense. I read the code and I can't understand the meaning of this existence.
Shouldn't the body be combined like this?
var b = answers.body || answers.breakingBody || answers.issuesBody
var body = b ? wrap(b , wrapOptions) : false;
Metadata
Metadata
Assignees
Labels
No labels