commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
We probably can try something like adding `:meta private:` to the doc string instead. Even though it's a sphinx thing, I think this should be sufficient _Originally posted by @Lee-W...
### Description When committing a `pyproject.toml` file that uses [dependency group includes](https://packaging.python.org/en/latest/specifications/dependency-groups/#dependency-group-include) and the commitizen pre-commit hook, a `tomlkit.exceptions.MixedArrayTypesError` is raised, failing the check and preventing the commit. This happens...
### Description I just think it's not a good design to validate and reassign things in a function. The function name itself is confusing. https://github.com/commitizen-tools/commitizen/blob/47beadc563d8272b64f88ddbf3e9a37351b8f535/commitizen/commands/check.py#L51-L62 ### Possible Solution _No response_...
### Description I'm running git bash version 2.43.0.windows.1 on Windows 11. My Python project uses ``uv``, so I installed ``commitizen`` as recommended in the documentation with: ``us install commitizen``. I...
## Description ## Checklist - [ ] Add test cases to all the changes you introduce - [ ] Run `poetry all` locally to ensure this change passes linter check...
### Description We accidentally released v4 some time ago, while we probably should have discussed more on https://github.com/commitizen-tools/commitizen/issues/1073. Since time has passed since the issue, I believe it is worthwhile...
### Description https://github.com/commitizen-tools/commitizen/pull/1412#issuecomment-2885439883 ### Possible Solution TBD ### Additional context _No response_ ### Additional context _No response_
### Description https://github.com/commitizen-tools/commitizen/issues/1435#issuecomment-2891305051 ### Possible Solution _No response_ ### Additional context _No response_ ### Additional context _No response_
### Description Everytime I run `cz commit` (no matter which repo) it always ends with "The system cannot find the path specified." ### Steps to reproduce 1. Do something. 2....
### Description hi, we have a bunch of tags in the format $version.RC* which should not be considered when a bump is requested... this is our .cz.yaml file: ``` ---...