MCPcopy
hub / github.com/rollup/rollup / getCurrentCommitMessage

Function getCurrentCommitMessage

scripts/release-helpers.js:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 * @return {Promise<string>}
131 */
132export function getCurrentCommitMessage() {
133 return runAndGetStdout('git', ['--no-pager', 'log', '-1', '--pretty=%B']);
134}

Callers 2

prepublish.jsFile · 0.90
postpublish.jsFile · 0.90

Calls 1

runAndGetStdoutFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…