commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
### Description PR #626 changed ``` tests/commands/test_bump_command.py tests/commands/test_init_command.py tests/test_conf.py ``` to accomodate changes to `tomlkit` from `0.11.5` to `0.11.6`. However, the `pyproject.toml` still has the version set as ``` tomlkit...
### Description As described in https://github.com/commitizen-tools/commitizen/issues/425#issuecomment-1537112868, many of our values in [commitizen/defaults.py](https://github.com/commitizen-tools/commitizen/blob/master/commitizen/defaults.py) are for cz_conventional_commit only but not necessary for the whole commitizen. ### Possible Solution _No response_ ### Additional...
### Description Whenever I try to push a commit to the origin (`git push -u origin main`), an error is preventing me from pushing: ``` commitizen check branch..................................................Failed - hook...
### Description I'm using [Sphinx](https://www.sphinx-doc.org) to document my Python project, which has a [`versionadded` and `versionchanged` _directives_](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-versionadded) for rendering the version a feature was added. For example: ```python def a_new_function():...
### Description Reviewed #365 prior to writing this and I believe this is different enough to warrant a different issue **Problem** I have 2 git repositories `core_repo` and `plugins_repo`. The...
superceed #696 ## Description First draft of a new feature. The idea is to grant the user the capability to run `cz bump` without prior commits. The reasons are described...
### Description In projects I'm working in (the ones that are not yet using `commitizen`) maintainers are bumping a dev version straight after the bump of a new one. That...
### Description It would be nice to support global configuration, say `~/.cz.yaml`, to reduce the trouble of creating custom commitizen for each project. ### Possible Solution Append `Path.home()` to `cfg_search_paths`...
### Description argcomplete 2.0.0 depends on `importlib-metadata (>=0.23,
### Description https://github.com/commitizen-tools/commitizen/issues/414 and https://github.com/commitizen-tools/commitizen/pull/551 introduced what is a breaking change for my team, since we want `cz check` to fail in the CI, in case of a fixup. [This...