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 One limitation of [this very cool feature](https://commitizen-tools.github.io/commitizen/bump/#version_files) is that if you put a `:` in your regex, anything from the colon on will be ignored (and there is...

feature
waiting-for-implementation

## Description Maybe I'm missing something but I'm not able to generate a changelog properly with custom configurations (cz_customize). ## Steps to reproduce cz --debug changelog --dry-run ## Current behavior...

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

### Description Hello, i installed the conventional-pre-commit hook. After that i tried to create a release with `cz bump`. It fails because the commit message is not a valid conventional...

type: bug
issue-status: wait-for-response
scope: pre-commit

## Description Some repositories have tags that are not matching the `bump` version pattern (e.g. `alpha`/`beta` release) #519. It makes sense to be able to filter those out. See this...

pr-status: wait-for-modification

### Description In my situation there may be missing version tags for various reasons. If the version in .cz.yaml is higher than the tag, it works just fine with a...

bug
discussion
waiting-for-response

## Description See #402 ## Checklist - [ ] Add test cases to all the changes you introduce - [X] Run `./script/format` and `./script/test` locally to ensure this change passes...

waiting-for-review

## Description ## Checklist - [ ] Add test cases to all the changes you introduce - [ ] Run `./script/format` and `./script/test` locally to ensure this change passes linter...

pr-status: wait-for-modification

Given `cz commit` wraps `git commit`, it would be great to be able to pass arbitrary args to the underlying git commit. This is a common pattern, for example, pip-tools'...

feature
development-sprint

### Description Hello there, and apologies for the "duplicate issue". I wanted to discuss the possibility of adding functionality like https://github.com/commitizen-tools/commitizen/pull/486. I am well-aware that I did not follow [contributing...

feature

### Description I have setup the following rules to bump versions based on our ways of working, however When the bump_pattern and bump_pattern do not match, then it bumps a...

bug