Open chintanshahts opened 1 year ago
Full reference : https://github.com/conventional-changelog/commitlint
commitlint 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 ",")
Common types according to commitlint-config-conventional (based on the Angular convention) can be:
Full reference : https://github.com/conventional-changelog/commitlint
commitlint checks if your commit messages meet the conventional commit format.
In general the pattern mostly looks like this:
Real world examples can look like this:
Common types according to commitlint-config-conventional (based on the Angular convention) can be: