Skip to content

conventional keyword in body would be parsed #827

@pplmx

Description

@pplmx

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

image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions