Skip to content

Commit 8e8d02d

Browse files
committed
improve getCommitLog
1 parent 53773b9 commit 8e8d02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runok.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ ${changelog}`;
450450

451451
async getCommitLog() {
452452
console.log('Gathering commits...');
453-
const logs = await exec('git log --pretty=\'format:* %s - by @%aN\' $(git describe --abbrev=0 --tags)..HEAD');
453+
const logs = await exec('git log --grep "chore(deps" --invert-grep --pretty=\'format:* %s - by @%aN\' $(git describe --abbrev=0 --tags)..HEAD | grep "DOC: " -v');
454454
console.log(logs.data.stdout);
455455
},
456456

0 commit comments

Comments
 (0)