commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
### Description As title. ### Possible Solution _No response_ ### Additional context _No response_ ### Related issues _No response_
### Description To allow for more granular control over commit message format, it would be useful if the line length of the commit body could be set. This should be...
### Description The idea of this ticket is to track the "graduation" of `cz version --project` into a powerful command, capable of fetching information about the project. This includes: -...
https://github.com/commitizen-tools/commitizen/issues/1640#issuecomment-3551305424 # Historical note The config option `version_files` was called `files` long long time ago. # Action items - [ ] Add an option `--version-files-only` to `cz bump` - [...
### Description It would be helpful to read a changelog that bumps a major version and to know which one of the changes was a breaking change. Personally I’m not...
## Description Closes #1628. ## Checklist - [x] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/)
### Description Not all of the version providers are needed by commitizen core all the time. We could probably try something like an Airflow provider and use uv workspace to...
### Description As title. A `ChainMap` keeps more information and is easier to debug. ### Possible Solution _No response_ ### Additional context https://realpython.com/python-chainmap/#prioritizing-command-line-apps-settings ### Related issues _No response_
### Type - [ ] Content inaccurate - [x] Content missing - [ ] Typo ### URL NA ### Description See #1047
## Description This PR reorganizes the documentation so that **Customization** appears as a subsection under **Configuration**, as suggested in issue #1663. The previous navigation structure listed both topics at the...