commitizen / commitizen/cz-cli
support breaking changes without a longer description
Open
bug
help / pr wanted
- Dominant language
- JavaScript
- Stars
- 17.5k
- Forks
- 566
- Avg merge
- 8h 16m
- Merged PRs (30d)
- 1
Description
Currently if I try to create a commit with breaking changes but without a longer description I get the following message: "A BREAKING CHANGE commit requires a body. Please enter a longer description of the commit itself:". According to the [examples](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#commit-message-with-description-and-breaking-change-in-body) from the Conventional Commits spec commit messages where the body consists of only a breaking change are valid and should be supported by Commitizen.
Contributor guide
Assessment
This issue has not been assessed yet.