lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
336 stars 18 forks source link

Update conventionalcommit.json #91

Open bluelovers opened 2 years ago

bluelovers commented 2 years ago

https://www.conventionalcommits.org/en/v1.0.0/

the doc is BREAKING CHANGE

lppedd commented 2 years ago

The big problem is the footer parser does not work correctly with two separate words as of now. I think for this to work correctly we'd need to wait that I re-structure the completion provider to use the new PSI layer.

lppedd commented 2 years ago

Also, to be complete: the docs states

BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer.

So you can safely use the currently available one.