conventional-changelog/commitlint

Support `--path` option

Open

#3.104 geöffnet am 4. Apr. 2022

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (896 Forks)batch import
featurehelp wanted

Repository-Metriken

Stars
 (15.497 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 19h) (65 gemergte PRs in 30 T)

Beschreibung

In multi-package repo, I'd like to be able to use different commitlint configurations per package. Therefore with commitlint CLI I'd like to be able to validate commits that affect a given path only.

It'll be great if --path option is supported so we can narrow the list of validated commits to one affecting a specific directory (e.g. standard-version which generates changelog by retrieving commits supports path option, with commitlint it's not possible)

Contributor Guide