as stated in https://conventionalcommits.org/, there is a type called BREAKING CHANGE
It should be supported in config-conventional
it is not supported in config-conventional
@commitlint/config-conventional
BREAKING CHANGE to config-conventionalBREAKING CHANGE is in upper case, even better if it can be the same case as the enum| Executable | Version |
| ---: | :--- |
| @commitlint/config-conventional --version | 6.1.3 |
I am happy to submit a PR if we have a consensus here
BREAKING CHANGE isn't truly a type-enum though. It is usually used in conjunction with another type. This already works.
fix(pkg): foo bar
BREAKING CHANGE: baz
echo -e 'fix(pkg): foo bar\n\nBREAKING CHANGE: baz' | $(npm bin)/commitlint
â§— input: feat: foo
✔ found 0 problems, 0 warnings
you are right, I misunderstood the description
closing this issue as it is not valid...
Most helpful comment
BREAKING CHANGEisn't truly atype-enumthough. It is usually used in conjunction with another type. This already works.