From: Evan You Date: Fri, 11 Oct 2019 15:22:41 +0000 (-0400) Subject: workflow: remove non-existent commit script from verifyCommit message X-Git-Tag: v3.0.0-alpha.0~491 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1321e8893de460a8f182b15860379e22d9cccf34;p=thirdparty%2Fvuejs%2Fcore.git workflow: remove non-existent commit script from verifyCommit message --- diff --git a/scripts/verifyCommit.js b/scripts/verifyCommit.js index 9b76cf993d..23abc11d59 100644 --- a/scripts/verifyCommit.js +++ b/scripts/verifyCommit.js @@ -21,12 +21,7 @@ if (!commitRE.test(msg)) { ` ${chalk.green( `fix(v-model): handle events on blur (close #28)` )}\n\n` + - chalk.red(` See .github/commit-convention.md for more details.\n`) + - chalk.red( - ` You can also use ${chalk.cyan( - `npm run commit` - )} to interactively generate a commit message.\n` - ) + chalk.red(` See .github/commit-convention.md for more details.\n`) ) process.exit(1) }