()
| 520 | }, |
| 521 | |
| 522 | async getCommitLog() { |
| 523 | console.log('Gathering commits...') |
| 524 | 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') |
| 525 | console.log(logs.data.stdout) |
| 526 | }, |
| 527 | |
| 528 | async contributorFaces() { |
| 529 | // update contributors list in readme |