|
|
@@ -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)
|
|
|
}
|