conventional-changelog/commitlint

Custom error message if commit format is wrong.

Open

#3.165 aberto em 9 de mai. de 2022

Ver no GitHub
 (10 comments) (1 reaction) (0 assignees)TypeScript (896 forks)batch import
featurehelp wanted

Métricas do repositório

Stars
 (15.497 stars)
Métricas de merge de PR
 (Mesclagem média 5d 19h) (65 fundiu PRs em 30d)

Description

The idea is pretty simple. If someone commits the first time to a new repo with commitlint the most common error is that the commitmsg was wrong. In our case we have a npm run commit that triggers the cz-cli. So I would like to add a custom error message for this case that the programmer can use npm commit. Thanks!

Guia do colaborador