commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
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...
### 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...
### 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...
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)...
## 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...
## Description * docs: initial documentation for undocumented commands * docs: fix missing links, reorganize documentation and replace command help messages with images ## Checklist - [ ] Add test...
## 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...
### Description Discuss and tracking breaking changes to include in the next major release. ### Possible Solution - [ ] drop all deprecation: - [ ] `--version-type` - [ ]...
### 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...
### 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...