commitizen
commitizen copied to clipboard
Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
### Description if my commit message is ```feat: add feat #1``` in CHANGELOG.md it doesn't linked to the issue. how to add link issue to `#1` automaticaly with (eg) ```cz...
## Description `git.get_commits` could potentially fail silently. The first commit is the fix. See the git commit message for more info on all following commits (broken up for easier review)....
## Description Fixes #544 Redo #545 ## Checklist - [ ] Add test cases to all the changes you introduce - [X] Run `./scripts/format` and `./scripts/test` locally to ensure this...
### Description I am new to cz. Usually I commit via `git commit -a`. So every tracked and un-staged file is staged automaticllly. It seems to me that this is...
## Description #414 ## Checklist - [x] Add test cases to all the changes you introduce - [ ] Run `./scripts/format` and `./scripts/test` locally to ensure this change passes linter...
## Description Determine the newline character to write with `git config core.eof`. ## Checklist - [x] Add test cases to all the changes you introduce - [x] Run `./script/format` and...
Before fixing tests and adding extra ones, I would like to receive partial feedback about my changes to see if this aligns with the desired code changes by maintainers. As...
### Description If I run ``` cz changelog ``` and the commit messages contain Unicode characters like 🤦🏻♂️ (which is an eight-byte utf-8 sequence: `\xf0\x9f\xa4\xa6 \xf0\x9f\x8f\xbb`) then I get the...
### Description Running `cz bump --yes` in a [Windows runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) using PowerShell threw the following exception today: ``` Traceback (most recent call last): File "C:\hostedtoolcache\windows\Python\3.10.5\x64\lib\runpy.py", line 196, in _run_module_as_main return...
## Description The `cz init` command may fail unexpectedly under some condition. In this case, the error may be caused by my command output is not encoding by UTF-8. I...