From b4732e6f3ab4ab54626607d46b97f76d59635632 Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Thu, 25 Feb 2021 00:24:59 -0700 Subject: [PATCH] chore(repo): change ok emoji to thumbs up in commit-lint (#4890) --- scripts/commit-lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commit-lint.js b/scripts/commit-lint.js index 541a50c041..74de0c5bdc 100755 --- a/scripts/commit-lint.js +++ b/scripts/commit-lint.js @@ -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' +