commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
### 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...
## 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...
### 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...
## 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...
### 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...
## 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...
## Description ## Checklist - [ ] Add test cases to all the changes you introduce - [ ] Run `./script/format` and `./script/test` locally to ensure this change passes linter...
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'...
### 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...
### 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...