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 https://github.com/commitizen-tools/commitizen/pull/1345#pullrequestreview-2600547721 ### Possible Solution _No response_ ### Additional context _No response_ ### Additional context _No response_

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

### Description Introduce an option (either in the configuration file or as a CLI argument) to filter the commits that will be considered for the version bump calculation. This feature...

type: feature
issue-status: needs-triage

### Type - [ ] Content inaccurate - [X] Content missing - [ ] Typo ### URL https://commitizen-tools.github.io/commitizen/tutorials/monorepo_guidance/ ### Description Hi I am following your [tutorial](https://commitizen-tools.github.io/commitizen/tutorials/monorepo_guidance/) to configure a monorepo...

type: documentation
issue-status: needs-triage

### Description Hi, I've configured cz to run some custom pre-commit scripts, and these scripts work as expected if directly called via .git/hooks/pre-commit or via "git commit -m ..." if...

issue-status: needs-triage

### Description There should be a global config (such as in ~/.config/commitizen.toml) that will be merged with the config of the repository. If they conflict, the repositories config will be...

issue-status: needs-triage

### Description Idea is to generate full current configuration file that commitizen uses right now. The expected output should be one of these files: https://commitizen-tools.github.io/commitizen/customization/#1-customize-in-configuration-file ### Possible Solution _No response_...

issue-status: needs-triage

### Description commitizen supports the `--retry` argument for multiple commands: * `commit`: https://commitizen-tools.github.io/commitizen/commands/commit/#retry * `bump`: https://commitizen-tools.github.io/commitizen/commands/bump/#-retry This is really useful when working with pre-commit hooks. As a further improvement of...

issue-status: needs-triage

### Description hey there👋 it's a fantastic cil tools. thanks for your guys contribution! it's impossible to cover the default options such as commit Patten via toml after checking the...

issue-status: needs-triage

### Description The actual code is clearly excluding `--no-raise` if `--debug` is set (https://github.com/commitizen-tools/commitizen/blob/master/commitizen/cli.py#L640-L648) ```python if args.debug: logging.getLogger("commitizen").setLevel(logging.DEBUG) sys.excepthook = commitizen_debug_excepthook elif args.no_raise: no_raise_exit_codes = parse_no_raise(args.no_raise) no_raise_debug_excepthook = partial( commitizen_excepthook,...

issue-status: needs-triage

### Description - cz init does not work properly when run programmatically inside the python:3.10.11 docker container - I am trying to run cz init from a bash script without...

issue-status: needs-triage