We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commitizen-tools
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
cz check --rev-range origin/master
pyproject.toml
BTW I think check-commit should be the first step of all.sequence?
check-commit
all.sequence
Sounds good. Should start with things that finish earlier
BTW I think check-commit should be the first step of all.sequence? Sounds good. Should start with things that finish earlier
Yeah I reordered the steps in #1494
I think we have a temporary solution already. The ultimate solution will need to wait for the rev-range improvement. closing this one
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