2.0.0 • Published 10 months ago

@rnx-kit/commitlint-lite v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@rnx-kit/commitlint-lite

Build npm version

Lint commit message according to Conventional Commits.

Usage

Pipe the commit message to @rnx-kit/commitlint-lite:

echo 'ci: lint commit messages' | npx @rnx-kit/commitlint-lite

Example: In a PR, only the first commit's message needs to conform if you always squash before merging:

git log --format='%s' origin/trunk..HEAD | tail -1 | npx @rnx-kit/commitlint-lite
2.0.0

10 months ago

1.0.1

1 year ago

1.0.0

2 years ago