Skip to content

Commit 8c620a0

Browse files
committed
commitlint: improve err msg for body-prose
1 parent 75f1115 commit 8c620a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export abstract class Plugins {
7878

7979
return [
8080
!offence,
81-
`Please begin a paragraph with uppercase letter and end it with a dot.` +
81+
`The body of the commit message (as opposed to the commit message title) is composed of paragraphs. Please begin each paragraph with an uppercase letter and end it with a dot (or other valid character to finish a paragraph).` +
8282
Helpers.errMessageSuffix,
8383
];
8484
}

0 commit comments

Comments
 (0)