Is your feature request related to a problem? Please describe.
When using an exclamation mark to trigger a breaking change, it passes validation. However, the outputs lack an indication that the title represent a breaking change, and even remove the exclamation mark from feat:
feat!: do major release
Outputs:
{
"type": "feat",
"scope": "",
"subject": "do major release"
}
Describe the solution you'd like
Add a breakingChange boolean output
Describe alternatives you've considered
Is your feature request related to a problem? Please describe.
When using an exclamation mark to trigger a breaking change, it passes validation. However, the outputs lack an indication that the title represent a breaking change, and even remove the exclamation mark from feat:
feat!: do major releaseOutputs:
{ "type": "feat", "scope": "", "subject": "do major release" }Describe the solution you'd like
Add a
breakingChangeboolean outputDescribe alternatives you've considered