Note: This project is in active development stage and is not ready for any kind of usage!
Commit lint checks if your commit messages meet the conventional commit format.
In general the pattern mostly looks like this:
type(scope?): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")Real world examples can look like this:
chore: run tests on travis cifix(server): send cors headersfeat(blog): add comment sectionCommon types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
Inspired by TS commitlint