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
Which turned out to be the problem! I'll make a fix to cz-legacy to use ConventionalCommitsCz from commitizen.cz.conventional_commits.conventional_commits
The text was updated successfully, but these errors were encountered:
Description
In the most recent release, removing
defaults.commit_parser
appears to be causing issues withcz changelog
(v3.21.2...v3.21.3):Error with v3.21.3
Works with v3.20.0 and v3.21.2
~/ > poetry lock --no-update && poetry install --sync Writing lock file Installing dependencies from lock file Package operations: 0 installs, 1 update, 0 removals - Updating commitizen (3.20.0 -> 3.21.2) ~/ > poetry run cz changelog # No Issues with 3.21.2
Config
For reference, I was running
cz
against a minimalpyproject.toml
config:https://github.com/KyleKing/recipes/blob/942400f22ef63295fa209daaa9d7d2aeabf49851/pyproject.toml#L5C1-L23
Which turned out to be the problem! I'll make a fix to
cz-legacy
to useConventionalCommitsCz
fromcommitizen.cz.conventional_commits.conventional_commits
The text was updated successfully, but these errors were encountered: