JPeer264 / node-semantic-git-commit-cli

A CLI for semantic git commits
https://www.npmjs.com/package/semantic-git-commit-cli
MIT License
147 stars 11 forks source link

Commit improvements #7

Closed JPeer264 closed 7 years ago

JPeer264 commented 7 years ago
JPeer264 commented 7 years ago

I guess by default it shouldn't display a warning, but we can add a boolean in the config to enable this warning. "end-with-dot": false or similar

dani-sc commented 7 years ago

Yeah; that would probably also be a good idea with the commit message limit.

JPeer264 commented 7 years ago

True!

Maybe we can add "rules" in the config as we did it with "types". I would say we should first publish v1.0.0, shorten the commit descriptions and then add the features with the rules.