Closed AllanChain closed 3 years ago
I believe the underlying parser this thing uses gets the breaking change "message" from the commit header itself. This might be a lot of work to change so I'm probably going to leave this be for now.
Thanks for the detailed bug report, really appreciate it :+1:
It is the text after
"BREAKING CHANGE"
that should be listed inBreaking Changes
section, not the commit message.Message:
Expected:
Got:
Note: above example is not accurate, but can demonstrate the issue
Additional info
How about using
notes
field returned byconventional-commits-parser
?