commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
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...
### Description I would like to be able to customize the changelog template adding the sha1: ``` {% for change in changes %} {% if change.scope %} - *{{ change.scope...
### 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...
### 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...
### 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...
## 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...
### 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....
### 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",...
### 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 =...
### 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...