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 I wanted to open, discuss, and track the issue here, based on our previous conversation in issue https://github.com/jenstroeger/python-package-template/issues/301. In short, running `cz changelog --incremental` on a repo without...

type: feature

## Description Check if the length of commit message (the `prefix(scope): subject` part) does not exceed 72 characters. Currently only supports ConventionalCommitsCz; JiraSmartCz and CustomizeCommitsCz not implemented. An imperfect workaround...

pr-status: wait-for-modification

## Description This PR make `cz` report errors if user want to install pre-commit hook and failed, which fixs #428. ## Checklist - [x] Add test cases to all the...

in progress

### Description We're running into issues using `commitizen` for version-bumping where, if people are working on the same repository simultaneously on different branches, our CI process will bump them to...

feature

### Description Run `cz` commands, e.g. `cz init`, `cz version` will fail if there is already a config file with default name but in wrong format. Although this might not...

bug
good first issue

### Description Run `cz init` failed if there is already a config with identical filename (json format). ### Steps to reproduce ```shell mkdir /tmp/cz-init cd /tmp/cz-init echo '{"foo": {}}' >...

bug
good first issue

### Type - [ ] Content inaccurate - [ ] Content missing - [X] Typo ### URL https://commitizen-tools.github.io/commitizen/bump/#annotated_tag ### Description Looks to me like the `pgp_sign` option has become part...

documentation

### Description When cz c is used, the questions appear as they should. Only when all questions are answered does the same error appear: `error: pathspec 'Micks\AppData\Local\Temp\tmpsxrs5lc0' did not match...

type: bug
good first issue

### Description Not sure if I misunderstood, the version format shown on changelog should be $version instead of "TAG_NAME$version" ``` $ cat .cz.toml | grep tag_format tag_format = "SOME_TAG_PREFIX_$version" $...

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

### Description Currently, with `cz bump --annotated-tag`, a tag will be created with the tag message being like the tag itself, just the new version. It's basically `git tag -a...

type: feature