-
-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
Description
as title
Steps to reproduce
mkdir test; cd test; git init
touch cc
git add cc
git commit
cz ch
cat CHANGELOG.md
commit message as follows:
fix: some bugs
fix:
- issue 1
- issue 2
feat:
- feat 1
- feat 2
perf:
- perf 1
- perf 2
build:
- build 1
- build 2
docs:
- docs 1
- docs 2
Current behavior
## Unreleased
### Feat
- - feat 1
- feat 2
### Fix
- some bugs
- - issue 1
- issue 2
### Perf
- - perf 1
- perf 2
Desired behavior
## Unreleased
### Fix
- some bugs
Screenshots
Environment
❯ cz version --report
Commitizen Version: 3.5.3
Python Version: 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)]
Operating System: Windows