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

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.3 to 0.12.4. Release notes Sourced from tomlkit's releases. 0.12.4 What's Changed indent exist check before accessing its property by @​pinal005 in sdispater/tomlkit#328 chore(deps-dev): bump jinja2 from...

pr-status: wait-for-review

### Description I would like to be able to customize the changelog template adding the sha1: ``` {% for change in changes %} {% if change.scope %} - *{{ change.scope...

issue-status: needs-triage

### Description Actually the only supported location for the config file .cz.* is the root folder of the project (according to the docu). It would be great to have the...

issue-status: wait-for-response

### Description In order to allow for a streamlined commit-fix-commit cycle when using git hooks or pre-commit, an option to automatically reuse the last commit message if the commit failed...

type: feature

### Description Since I use git tags to control the version there's no need to create a commit for the new tag when calling bump. Adding the tag to the...

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

## Description Adding a new maven provider Will also be looking into adding a maven version scheme (SemVer + Qualifier) for use in java projects ## Checklist - [x] Add...

pr-status: wait-for-modification

### Description Commitizen 3.x not supoort generate CHANGELOG with tag format like `v1.0.0-release`, but it works well with commitizen 2.x. My repo tags could not be changed as it released....

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

### Description When issuing 'cz info' from a ISO8859-1 encoded Terminal I get the following exception: ``` [xx@XXXXXX:~/tmp/test-git-repo (master +)] $ cz info Traceback (most recent call last): File "/home/user/pb/venv_commitizen/bin/cz",...

type: bug
issue-status: needs-triage

### Description I designed a [Commitizen plugin](https://github.com/ghisvail/cz-pydata) and would like to implement a restriction on bump commits. So far, I know I can use: ```toml # pyproject.toml [tool.commitizen] name =...

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

### Description I recently designed and published a Commitizen plugin to recognize the commit style used by part of the PyData stack (NumPy, SciPy, Pandas, ...) and generate a KAC-like...

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