chore(repo): change ok emoji to thumbs up in commit-lint (#4890)
This commit is contained in:
parent
0fe2903ab8
commit
b4732e6f3a
@ -21,7 +21,7 @@ const matchRelease = /Release/gi.test(gitMessage);
|
|||||||
const exitCode = +!(matchRelease || matchRevert || matchCommit);
|
const exitCode = +!(matchRelease || matchRevert || matchCommit);
|
||||||
|
|
||||||
if (exitCode === 0) {
|
if (exitCode === 0) {
|
||||||
console.log('Commit ACCEPTED 👌');
|
console.log('Commit ACCEPTED 👍');
|
||||||
} else {
|
} else {
|
||||||
console.log(
|
console.log(
|
||||||
'[Error]: Oh no! 😦 Your commit message: \n' +
|
'[Error]: Oh no! 😦 Your commit message: \n' +
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user