]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs: fix 'commit message convention' link (#95)
authorSwapnil Agarwal <2833845+swapagarwal@users.noreply.github.com>
Sat, 5 Oct 2019 14:38:42 +0000 (20:08 +0530)
committerEvan You <yyx990803@gmail.com>
Sat, 5 Oct 2019 14:38:42 +0000 (10:38 -0400)
.github/contributing.md
scripts/verifyCommit.js

index 92b4c0795af42cda0a590ad40c7d3cf153341e05..f7fd73a600ffd785d4842d0a10805bbd247a47b4 100644 (file)
@@ -31,7 +31,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
 
 - Make sure tests pass!
 
-- Commit messages must follow the [commit message convention](./COMMIT_CONVENTION.md) so that changelogs can be automatically generated. Commit messages are automatically validated before commit.
+- Commit messages must follow the [commit message convention](./commit-convention.md) so that changelogs can be automatically generated. Commit messages are automatically validated before commit.
 
 - No need to worry about code style as long as you have installed the dev dependencies - modified files are automatically formatted with Prettier on commit.
 
index 5429d6c5a617a1e4e2ef31fcfd587404d2b149a2..9b76cf993d9497ec06892f1faed2f44d9ee963d9 100644 (file)
@@ -21,7 +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(`  See .github/commit-convention.md for more details.\n`) +
       chalk.red(
         `  You can also use ${chalk.cyan(
           `npm run commit`