### Description For example, the following PR check should fail because the first commit message does not follow the Conventional Commit pattern.  Related PR: #1400 (still a draft now) @Lee-W: A possible temporary approach is adding `cz check --rev-range origin/master` in `pyproject.toml`
Activity
bearomorphism commentedon Jun 2, 2025
BTW I think
check-commit
should be the first step ofall.sequence
?Lee-W commentedon Jun 2, 2025
Sounds good. Should start with things that finish earlier
bearomorphism commentedon Jun 2, 2025
Yeah I reordered the steps in #1494
Lee-W commentedon Jun 9, 2025
I think we have a temporary solution already. The ultimate solution will need to wait for the rev-range improvement. closing this one