commitizen icon indicating copy to clipboard operation
commitizen copied to clipboard

Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:

Results 316 commitizen issues
Sort by recently updated
recently updated
newest added

Allow clients overriding the BaseCommitizen object to have more custom commit message validation beyond just matching a regex schema. This lets clients have custom error messages and more intelligent pattern...

pr-status: wait-for-modification

### Description I was not able to find how to use commitizen with a pyproject.toml file that is not in the root folder. Thus I would like to suggest the...

good first issue
type: feature

### Description I am trying to modify the default changelog created by `Commitizen` to add a few links at the end of it. For that, I saw in the documentation...

type: bug

When the tag_format does not follow the allowed schemas patterns then changlog generation fails. ## Description I am working in a mono repo with multiple `.cz.toml` configs (one per component)...

pr-status: wait-for-review

## Description Re-opened another PR for #191 as the long-hanging https://github.com/commitizen-tools/commitizen/pull/557 has been closed. Check if the length of commit message exceeds the specified limit. The limit can be specified...

pr-status: wait-for-review
pr-status: ready-to-merge
pr-status: wait-for-modification

## Description * docs: initial documentation for undocumented commands * docs: fix missing links, reorganize documentation and replace command help messages with images ## Checklist - [ ] Add test...

pr-status: wait-for-review

## Description `1.0.0-reallyweird` is a valid semver but not yet covered by commitizen. Possible solution could be https://github.com/commitizen-tools/commitizen/issues/950#issuecomment-2072666867 Closes: #950 ## Checklist - [ ] Add test cases to all...

pr-status: wait-for-modification

### Description Discuss and tracking breaking changes to include in the next major release. ### Possible Solution - [ ] drop all deprecation: - [ ] `--version-type` - [ ]...

issue-status: wait-for-implementation
v4

### Description mypy keeps warning us to use `check_untyped_defs`. When turning it on, I found out there're a few type annotation issues that could be improved and could potentially be...

good first issue
type: refactor
issue-status: wait-for-implementation
issue-status: pr-created

### Description Hi, I am pretty new when it comes to using Commitizen and have not been able to solve this issue: Commitizen verison: 3.21.2 Version provider: poetry When merging...

type: feature
issue-status: wait-for-implementation