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

### Description Some questions about exit codes were raised while I was reviewing our document. 1. The current description of `NotAllowed` is ``` `--incremental` cannot be combined with a rev_range...

type: feature

## Description `BaseFormat` already looks like a base class for changelog format, but it has a parent class protocol `ChangelogFormat`. It is confusing to me. Additionally, the protocol `ChangelogFormat` declares...

type: refactor
pr-status: wait-for-review

… readability and better type ## Description ## Checklist - [ ] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes - [ ] Add test cases to all the...

type: refactor
pr-status: wait-for-response

closes: #1563 ## Description as title ## Checklist - [X] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes - [X] Add test cases to all the changes you introduce...

type: feature
pr-status: wait-for-review

….commitizen.customize ## Description Adds ability to override settings using [tool.commitizen.customize] in the cz_conventional_commits ## Checklist - [x] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes - [x] Add test...

type: feature
pr-status: wait-for-review

### Description I have Windows, and the library is trying to read a CP1251 encoded file, even though my pyproject.toml file is saved in UTF-8 encoding. the estimated location of...

type: bug
os: Windows
issue-status: needs-triage

... to identify incremental generation run in the jinja template. This allows to include / exclude f. e. header lines form the current generation run to avoid multiple generation of...

type: feature
pr-status: wait-for-review

or maybe let's add those types? _Originally posted by @Lee-W in https://github.com/commitizen-tools/commitizen/issues/1627#issuecomment-3315929833_

good first issue

### Description The function `wait_for_tag` is already marked as deprecated. I have tried to follow the instruction, but the test still fails 80% of time ``` use `create_file_and_commit(filename, committer_date={your_date})` to...

type: bug
issue-status: needs-triage

### Description When using a custom tag format like `${major}.${minor}-${patch}${devrelease}` with `semver2` the created tags miss the `devrelease` part. Further devreleases fail due to duplicate tags. ### Steps to reproduce...

type: bug
os: Linux
issue-status: needs-triage