Skip to content

Commit fdd47b1

Browse files
committed
feat(format): add help link to summary conventional-changelog#471
1 parent c07d691 commit fdd47b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

@commitlint/format/src/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ function formatResult(result = {}, options = {}) {
6262
const decoration = enabled ? chalk[color](sign) : sign;
6363
const summary = `${decoration} found ${errors.length} problems, ${
6464
warnings.length
65-
} warnings`;
65+
} warnings\n Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint
66+
`;
6667
return [...problems, enabled ? chalk.bold(summary) : summary];
6768
}
6869

0 commit comments

Comments
 (0)