commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
## Description - Refactor `get_oldest_and_newest_rev` - Since we only use the latest element of the result of `get_smart_range`, I believe we can replace it with a simpler function. - The...
…tor _ask_tag ## Description ## Checklist - [x] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/)
## Description - Now we validate if the error code exists given a decimal string ## Checklist - [ ] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes -...
## Description Related issue: #950 ## Checklist - [ ] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) - [ ] Better/correct test cases
## Description ## Checklist - [ ] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes - [ ] Add test cases to all the changes you introduce - [...
## Description ## Checklist - [ ] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes - [ ] Add test cases to all the changes you introduce - [...
## Description ## Checklist - [x] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Documentation Changes - [x] Run `poetry doc` locally to ensure the documentation pages renders correctly - [x]...
## Description ## Checklist - [ ] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) ### Code Changes - [ ] Add test cases to all the changes you introduce - [...
## Description ## Checklist - [x] I have read the [contributing guidelines](https://commitizen-tools.github.io/commitizen/contributing/) - [x] Coverage
### Description Commitizen fails if `version_provider` is set to `scm` and no files are changed (no changelog, no version number in files) a version bump ### Steps to reproduce 1....