conventional-changelog/commitlint
GitHub で見るCustom error message if commit format is wrong.
Open
#3,165 opened on 2022年5月9日
featurehelp wanted
Repository metrics
- Stars
- (15,497 stars)
- PR merge metrics
- (平均マージ 12h 56m) (30d で 52 merged PRs)
説明
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!