commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
### Description In general the Conventional Commits / Angular scheme is suitable for me (as for most of the people write code with VSC, I guess). It is nicely implemented...
## Description ## Checklist - [x] Add test cases to all the changes you introduce - [x] Run `./scripts/format` and `./scripts/test` locally to ensure this change passes linter check and...
### Description When running `cz --help`, we have the help text for each subcommand (e.g., `cz commit`), but `cz commit --help` does not have the description `create new commit` ###...
### Description I'm using [`rye`](https://github.com/astral-sh/rye) to manage my python project - it's similar to `poetry`. Running `cz bump` through `rye` gives ``` $ rye run cz bump fatal: not a...
### Description I'm using [`rye`](https://github.com/astral-sh/rye) to manage my python project - it's similar to `poetry`. But during `cz init` the `pre-commit` hook install step fails. ### Steps to reproduce Similar...
### Type - [ ] Content inaccurate - [X] Content missing - [ ] Typo ### URL https://commitizen-tools.github.io/commitizen/#installation ### Description As commitizen is a Python cli tool, installing it through...
### Description Actually we can configure the commitizen through: _Dot_ files: ``` .cz.toml .cz.yaml .cz.json ``` _Non dot_ files: ``` pyproject.toml cz.yaml cz.json ``` Theres an reason for not having...
Sorry for not creating an issue first, but I figured the change was so easy to make. ### `--prerelease none` When using the GitHub Action, users will probably want to...
## Description ## Checklist - [ ] Add test cases to all the changes you introduce - [ ] Run `./scripts/format` and `./scripts/test` locally to ensure this change passes linter...
### Description When I run a `cz bump` it overwrites my config file `.cz.yaml` and changes all my emojis to there `\U*` equivalents ### Steps to reproduce 1. `.cz.yaml` File...