Skip to content

Commit

Permalink
docs: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jun 30, 2022
1 parent 4d1b0e2 commit 3e6d061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/verifyCommit.ts
Expand Up @@ -27,7 +27,7 @@ if (!commitRE.test(msg)) {
${chalk.green(
`其他提交类型: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`,
)}
${chalk.red(`See .github/commit-convention.md for more details.\n`)}`,
${chalk.red(`See https://github.com/vuejs/core/blob/main/.github/commit-convention.md\n`)}`,
);
} else {
console.error(
Expand All @@ -46,7 +46,7 @@ if (!commitRE.test(msg)) {
${chalk.green(
`Other commit types: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`,
)}
${chalk.red(`See .github/commit-convention.md for more details.\n`)}`,
${chalk.red(`See https://github.com/vuejs/core/blob/main/.github/commit-convention.md\n`)}`,
);
}

Expand Down

0 comments on commit 3e6d061

Please sign in to comment.