commitizen / commitizen/cz-conventional-changelog
Add support for optional exclamation mark (!)
- Dominant language
- JavaScript
- Stars
- 793
- Forks
- 444
- PR merge metrics
- No merged PRs in 30d
Description
According to [conventional commits](https://www.conventionalcommits.org), a breaking change can also be denoted by adding an exclamation mark (!) after type / scope.
This improves the visibility of breaking changes by making them visible in the commit message header.
```
fix(api)!: omit keys of undefined elements in JSON responses
BREAKING CHANGE: < reason here >
```
We started to take a look at Commitizen in combination with `@digitalroute/cz-conventional-changelog-for-jira`. Instead of contributing the feature there, I thought it would be more effective to contribute this feature "upstream" instead, as it has nothing to do with Jira.
Any thoughts about this? Are PRs welcome?
Thanks in advance for the great work so far!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.