We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a3ed8 commit 78d1edcCopy full SHA for 78d1edc
@commitlint/read/src/read.ts
@@ -26,7 +26,7 @@ export default async function getCommitMessages(
26
}
27
28
if (last) {
29
- const executeGitCommand = await execa('git', ['log', '-1', '--pretty=%B']);
+ const executeGitCommand = await execa('git', ['log', '-1', '--pretty=format:"%B"']);
30
return [executeGitCommand.stdout];
31
32
0 commit comments