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
If a commit includes some lines that look like trailers but were not intended as ones, this can throw off the parsing. This causes later actual trailers to be ignored.
As far as I could tell the conventional commit spec does not specify that only actual trailers may look like trailers.
I tried to make the changes in machine.go.rl myself but did not get anywhere.
Reproduction
Example commit that causes problems:
feat: some thing (hz/fl!144)
Fixes #15 <-- Intepreted as a footer/trailer
Lorem ipsum dolor sit amet
BREAKING CHANGE: Some explanation
Reviewed-by: XX <[email protected]>
I would expect the following ConventionalCommit for this:
If a commit includes some lines that look like trailers but were not intended as ones, this can throw off the parsing. This causes later actual trailers to be ignored.
As far as I could tell the conventional commit spec does not specify that only actual trailers may look like trailers.
I tried to make the changes in
machine.go.rl
myself but did not get anywhere.Reproduction
Example commit that causes problems:
I would expect the following
ConventionalCommit
for this:Test Case
The text was updated successfully, but these errors were encountered: