MCPcopy Index your code
hub / github.com/nodejs/node / RunStep

Method RunStep

deps/v8/tools/release/create_release.py:131–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 MESSAGE = "Commit version to new branch."
130
131 def RunStep(self):
132 self["commit_title"] = "Version %s" % self["version"]
133 text = "%s" % (self["commit_title"])
134 TextToFile(text, self.Config("COMMITMSG_FILE"))
135
136 self.GitCommit(file_name=self.Config("COMMITMSG_FILE"))
137
138
139class LandBranch(Step):

Callers

nothing calls this directly

Calls 3

TextToFileFunction · 0.85
ConfigMethod · 0.80
GitCommitMethod · 0.80

Tested by

no test coverage detected