commitizen icon indicating copy to clipboard operation
commitizen copied to clipboard

Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:

Results 316 commitizen issues
Sort by recently updated
recently updated
newest added

### Description Hello, I am using commitizen with my sphinx documentation to include CHANGELOG to my sphinx docs. After update to 4.6.3 and newer versions the following code breaks: ``subprocess.run("cz...

issue-status: needs-triage

### Type - [ ] Content inaccurate - [x] Content missing - [ ] Typo ### URL https://github.com/commitizen-tools/commitizen/blob/617b610e2f6e1ea9c373a09e7355d134ff0e7ac8/docs/README.md?plain=1#L174-L183 https://github.com/commitizen-tools/commitizen/blob/617b610e2f6e1ea9c373a09e7355d134ff0e7ac8/.github/workflows/docspublish.yml#L66-L70 https://github.com/JamesIves/github-sponsors-readme-action/blob/dev/README.md#getting-started-%EF%B8%8F ### Description The sponsors are missing. ![Image](https://github.com/user-attachments/assets/6953f09e-fcbf-4d24-8ae9-4fcd32ce4cd8) I traced git...

issue-status: needs-triage

### Description Related: https://github.com/commitizen-tools/commitizen/pull/1381#issuecomment-2801394198 Back when `cz_customize` was introduced, it was a brand-new convention that required users to design it from scratch without touching Python code. This might not be...

help wanted
issue-status: wait-for-implementation

### Description https://discuss.python.org/t/pep-751-one-last-time/77293/150 ### Possible Solution _No response_ ### Additional context _No response_ ### Additional context _No response_

issue-status: wait-for-implementation

### Description I can't find a predefined pre-commit hook for the `prepare-commit-msg` script/hook. Is this intentional? It's very useful for teams that are starting to use commitizen. If I want...

issue-status: needs-triage

### Description I have a hook that attempts to redirect to commitzen like so `exec < /dev/tty && cz commit || true` This works on linux. Unfortunately at work we...

issue-status: needs-triage

### Description When running `cz bump --changelog` from a folder _other_ than git’s base then - changelog is generated in whatever folder I’m currently in instead of finding the file...

issue-status: wait-for-implementation

### Description When generating a changelog, some commits does not appear in the log ### Steps to reproduce I have these commits in my history: ``` * b6a9e13 - (tag:...

issue-status: wait-for-response

### Description Enable the NpmProvider to locate and process package.json files that are not in the root directory by correctly handling and resolving paths from the project root. ### Possible...

type: feature
issue-status: wait-for-response
issue-status: needs-triage

### Description I'm evaluating commitizen as a simpler alternative to python-sematantic-release and other tools. I've run into two issues, first the `cz init` command fails due to `Config file pyproject.toml...

type: feature
issue-status: wait-for-implementation