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
There's a bug related to the handling of the breaking change indicator (! / "bang") in the output help message. Currently, the presence of this character in the output is controlled by the --allow-breaking flag, rather than reflecting the actual message provided by the user.
This is problematic because the output should always return the message exactly as the user entered it into the commit linter and current state can cause confusion.
The text was updated successfully, but these errors were encountered:
There's a bug related to the handling of the breaking change indicator (
!
/ "bang") in the output help message. Currently, the presence of this character in the output is controlled by the--allow-breaking
flag, rather than reflecting the actual message provided by the user.This is problematic because the output should always return the message exactly as the user entered it into the commit linter and current state can cause confusion.
The text was updated successfully, but these errors were encountered: