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
Note that during testing, one caveat was discovered: If a commit is matched by one parser, it can't be matched by any other. That means if a breaking commit was prevented from being skipped, it won't become part of any other group. Maybe it is worth to think about allowing multiple parsers for commits in an hierarchical order?
Describe the solution you'd like
Allow commits to be parsed by multiple commit_parsers (if skipped).
Describe alternatives you've considered
None.
Additional context
I think this issue needs some brainstorming. Let me know if you want to tackle it!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
From PR #114:
Describe the solution you'd like
Allow commits to be parsed by multiple
commit_parser
s (if skipped).Describe alternatives you've considered
None.
Additional context
I think this issue needs some brainstorming. Let me know if you want to tackle it!
The text was updated successfully, but these errors were encountered: