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

Method RunStep

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

Source from the content-addressed store, hash-verified

176 MESSAGE = "Done!"
177
178 def RunStep(self):
179 print("Congratulations, you have successfully created version %s."
180 % self["version"])
181
182 self.GitCheckout("origin/main")
183 self.DeleteBranch("work-branch")
184 self.Git("gc")
185
186
187class CreateRelease(ScriptsBase):

Callers

nothing calls this directly

Calls 4

GitCheckoutMethod · 0.80
DeleteBranchMethod · 0.80
GitMethod · 0.80
printFunction · 0.50

Tested by

no test coverage detected