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 When running a subprocess through `run` in `cmd.py`, if the OS is Windows set `shell=False`. Closes https://github.com/commitizen-tools/commitizen/issues/1118 and https://github.com/commitizen-tools/commitizen/issues/1117 ## Checklist - [ ] Add test cases to...

pr-status: wait-for-modification

## Description Supported APIs: Common Python, commitizen.cz.utils.* functions **Example YAML configurations:** ```yaml commitizen: name: cz_customize customize: questions: - ... - type: input name: scope message: 'Scope of the change :'...

type: feature
pr-status: wait-for-review
pr-status: wait-for-modification

## Description **feat(commit): add '--allow-empty' flag to commit command** - Reworked over #1206 (commits follow-up) - Reimplementation of #592, authorship preserved ## Checklist - [x] Add test cases to all...

pr-status: wait-for-review

## Description **feat(commands)!: deprecate '-s' signoff parameter** Follow-up to #1206, deprecating -s for major v4. ## Checklist - [x] Add test cases to all the changes you introduce - [x]...

pr-status: wait-for-review

## Description **fix(pre-commit-hooks)!: move 'check' to 'args' for global options** Details: 'args: [...]' is not able to access '-nr NO_RAISE' global arguments for example from a arguments configuration **fix(pre-commit-hooks)!: allow...

pr-status: wait-for-review
v4

## Description The `always_signoff` configuration or the CLI `-s` argument fail upon `git commit` call due to the passed syntax being `git commit -- -s` rather than `git commit -s`....

pr-status: wait-for-review

### Description One small issue I noticed when working with alpha and beta releases is, that Commitizen writes all the versions into the CHANGELOG when bumping like so: ``` ##...

issue-status: needs-triage

### Description When running `cz bump`, committizen will include all current uncommitted changes (even if not staged) in the bump commit. This can lead to unexpected changes suddenly being in...

type: bug
good first issue
issue-status: wait-for-implementation

### Description In rust when you change the version of the app, the Cargo.lock file must be changed too. ### Possible Solution Using the same toml parser, must change the...

type: bug
good first issue
issue-status: wait-for-implementation

### Description After creating a dev release I cannot create any release (dev or regular). The issue can be resolved if I remove the dev release from the changelog. Also...

issue-status: needs-triage