We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53773b9 commit 8e8d02dCopy full SHA for 8e8d02d
runok.js
@@ -450,7 +450,7 @@ ${changelog}`;
450
451
async getCommitLog() {
452
console.log('Gathering commits...');
453
- const logs = await exec('git log --pretty=\'format:* %s - by @%aN\' $(git describe --abbrev=0 --tags)..HEAD');
+ 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');
454
console.log(logs.data.stdout);
455
},
456
0 commit comments