chore(repo): change ok emoji to thumbs up in commit-lint (#4890)

This commit is contained in:
Jeff Cross 2021-02-25 00:24:59 -07:00 committed by GitHub
parent 0fe2903ab8
commit b4732e6f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ const matchRelease = /Release/gi.test(gitMessage);
const exitCode = +!(matchRelease || matchRevert || matchCommit);
if (exitCode === 0) {
console.log('Commit ACCEPTED 👌');
console.log('Commit ACCEPTED 👍');
} else {
console.log(
'[Error]: Oh no! 😦 Your commit message: \n' +