conventional-changelog/commitlint
在 GitHub 查看Custom error message if commit format is wrong.
Open
#3,165 创建于 2022年5月9日
featurehelp wanted
仓库指标
- Star
- (15,497 star)
- PR 合并指标
- (平均合并 12小时 56分钟) (30 天内合并 52 个 PR)
描述
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!