Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ RunStep
Method
RunStep
deps/v8/tools/release/create_release.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
MESSAGE =
"Detect commit ID of last release base."
68
69
def
RunStep(self):
70
self[
"last_push_main"
] = self.GetLatestReleaseBase()
71
72
73
class
DeleteBranchRef(Step):
Callers
nothing calls this directly
Calls
1
GetLatestReleaseBase
Method · 0.80
Tested by
no test coverage detected