orhun/git-cliff

Allow multiple parsers for skipped/non-skipped commits

开放

#117 创建于 2022年10月4日

 (3 条评论) (2 个反应) (0 位负责人)Rust (308 个派生)auto 404
feature/requestgood first issuehelp wanted

仓库指标

星标
 (12,040 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe.

From PR #114:

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!

贡献者指南