commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
## Description Adds 2 parameters : * `--separate-pre-changelog` : use a separate changelog for each type of pre-release * `--separate-pre-releases` : changes in the changelog will always relate to the...
## Description This PR adds an option `--template` to the `changelog` command to be able to supply a custom template (see #132). ## Checklist - [x] Add test cases to...
## Types of changes - [ ] Bug fix - [x] New feature - [ ] Refactoring - [ ] Breaking change (any change that would cause existing functionality to...
## Description It's recommended to have only 72 characters. We could add a warning or a hint if the generated title might exceed 72. ## Possible Solution Add a line...
## Type * [ ] Content inaccurate * [x] Content missing * [ ] Typo ## URL https://commitizen-tools.github.io/commitizen/tutorials/gitlab_ci/ ## Description It shows how to configure example pipeline with using SSH...
## Description As there is the possibility to override types in `config.commitizen.types`, the pre-commit hook should take these into account as well. ## Steps to reproduce 1. Add custom types...
## Description I rebased my branches in each other and this made some commits be duplicated in the git tree, and when I run the commits in the CHANGLOG.MD come...
## Description Allow to filter commits affecting only a subdirectory. ## Possible Solution cz changelog --subdirectory my_module --file-name my_module/CHANGELOG.md ## Additional context I'm considering proposing this for @OCA. There, repositories...
## Description *cz commit* is very good tool. If prepare-commit-msg hook calls *cz commit*, become easy to commit by many user. ## Possible Solution like *cz check*, writing pre-commit config...
## Description Some projects use a simple ``VERSION`` file to store version, instead of the commiziten YAML file. ## Possible Solution Add an option ``version_strategy: file`` ## Additional context Many...