- Notifications
You must be signed in to change notification settings - Fork951
conventional-changelog/commitlint
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Lint commit messages
Demo generated withsvg-term-cli
cat docs/assets/commitlint.json | svg-term --out docs/public/assets/commitlint.svg --frame --profile=Seti --height=20 --width=80
- 🚓 Be a good
commitizen - 📦 Share configuration via
npm - 🤖 Tap into
conventional-changelog
commitlint checks if your commit messages meet theconventional 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 according tocommitlint-config-conventional (based on the Angular convention) can be:
- build
- chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
These can be modified byyour own configuration.
- Local setup - Lint messages on commit with husky
- CI setup - Lint messages during CI builds
- Primary way to interact with commitlint.
npm install --save-dev @commitlint/cli- Packages:cli
- Configuration is picked up from:
.commitlintrc.commitlintrc.json.commitlintrc.yaml.commitlintrc.yml.commitlintrc.js.commitlintrc.cjs.commitlintrc.mjs.commitlintrc.ts.commitlintrc.cts.commitlintrc.mtscommitlint.config.jscommitlint.config.cjscommitlint.config.mjscommitlint.config.tscommitlint.config.ctscommitlint.config.mtscommitlintfield inpackage.jsoncommitlintfield inpackage.yaml
- Packages:cli,core
- SeeRules for a complete list of possible rules
- An example configuration can be found at@commitlint/config-conventional
Node v24 changes the way that modules are loaded, and this includes the commitlint config file. If your project does not contain apackage.json, commitlint may fail to load the config, resulting in aPlease add rules to your commitlint.config.js error message. This can be fixed by doing either of the following:
- Add a
package.jsonfile, declaring your project as an ES6 module. This can be done easily by runningnpm init es6. - Rename the config file from
commitlint.config.jstocommitlint.config.mjs.
A number of shared configurations are available to install and use withcommitlint:
- @commitlint/config-angular
- @commitlint/config-conventional
- @commitlint/config-lerna-scopes
- @commitlint/config-nx-scopes
- @commitlint/config-patternplate
- @commitlint/config-workspace-scopes
- conventional-changelog-lint-config-atom
- conventional-changelog-lint-config-canonical
⚠️ If you want to publish your own shareable config then make sure it has a name aligning with the patterncommitlint-config-emoji-logorcommitlint-config-your-config-name— then in extend all you have to write isemoji-logoryour-config-name.
Check themain website.
- Alternative, programmatic way to interact with
commitlint - Packages:
- SeeAPI for a complete list of methods and examples
commitlint is considered stable and is used in various projects as a development tool.
- Node.jsLTS
>= 18 - git
>= 2.13.2
Security patches will be applied to versions which are not yet EOL.
Features will only be applied to the current main version.
| Release | Initial release |
|---|---|
| v19 | 02/2024 |
| v18 | 10/2023 |
EOL is usually after around a year.
We're not a sponsored OSS project. Therefore we can't promise that we will release patch versions for older releases in a timely manner.
If you are stuck on an older version and need a security patch we're happy if you can provide a PR.
- conventional-changelogGenerate a changelog from conventional commit history
- commitizenSimple commit conventions for internet citizens
- create-semantic-moduleCLI for quickly integrating commitizen and commitlint in new or existing projects
Copyright by @marionebl. Allcommitlint packages are released under the MIT license.
commitlint is developed in a mono repository.
git clone git@github.com:conventional-changelog/commitlint.gitcd commitlintyarnyarn run build# run build tasksyarn start# run tests, again on changeyarn run commitlint# run CLI
For more information on how to contribute please take a look at ourcontribution guide.
About
📓 Lint commit messages
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.