MCPcopy
hub / github.com/codeceptjs/CodeceptJS / getCommitLog

Function getCommitLog

runok.cjs:522–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected