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
docs: add FAQ entry for dependency version conflict
Closes#819
When a dependency shares the same version as the project, Commitizen's
version_files replacement will match both. Add a FAQ section explaining:
- Option 1: anchor the version_files pattern with ^ to match line starts
- Option 2 (recommended): use version_provider to avoid regex matching entirely
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments