Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
132
export
function
getCurrentCommitMessage() {
133
return
runAndGetStdout(
'git'
, [
'--no-pager'
,
'log'
,
'-1'
,
'--pretty=%B'
]);
134
}
Callers
2
prepublish.js
File · 0.90
postpublish.js
File · 0.90
Calls
1
runAndGetStdout
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…