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

### Type - [X] Content inaccurate ### URL https://commitizen-tools.github.io/commitizen/contributing/ ### Description I just edited the pre-commit hook in a PR and I realized the test and format script are run...

type: documentation
issue-status: pr-created

### Description `version_type` should be removed from commitizen (it's marked as deprecated now). Use `version_scheme` scheme instead. Planned for 4.0 because this would be a breaking change

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

### Description When we run `cz init` in a project with existing tags, when it comes to the question `? Please choose the latest tag: (Use arrow keys)`. We list...

good first issue
type: feature

### Description Trying to bump in the following repo structure: - cz bump new - realize we instead want a major version release, make some commits with a breaking change...

type: bug

### Description Running `$ cz bump --prerelease beta` when the current version is a previous pre-release bumps the version even when there are no commits that would require it, e.g....

type: bug

### Description When generating a changelog where commits contain conventional commits, the body (the extended commit information) along with the footer information (ticket references information, etc.) is not written to...

type: bug

### Description Common workflow: ```sh git add -A cz c ``` Boring. Could be better with a single command. ### Possible Solution ```sh cz c -A ``` Adds all changed...

type: feature

### Description When trying to bump to a new version, an error related to NeoVim (which is my OS editor) occurs: ```bash Vim: Error reading input, exiting... Vim: Finished. error:...

type: bug
scope: pre-commit

## Description Try to `git fetch` missing tags if working on a shallow clone. This allows reliably setting up your CI to only fetch the latest changes. E.g. Gitlab CI...

help wanted
pr-status: wait-for-modification

### Description I would like to bump the version in a package-lock.json. Currently I cannot figure out how to do this safely. A typical package-lock.json has the format: ```json {...

type: feature