You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently the parser doesn't return any information of whether it's a breaking change. If this information is available upstream in the parser, we could return it to an output.
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:
Describe the solution you'd like
Add a
breakingChange
boolean outputDescribe alternatives you've considered
The text was updated successfully, but these errors were encountered: