MCPcopy Create free account
hub / github.com/nodejs/node / RunStep

Method RunStep

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

Source from the content-addressed store, hash-verified

100 MESSAGE = "Create the branch."
101
102 def RunStep(self):
103 self.Git("reset --hard origin/main")
104 self.Git("new-branch work-branch --upstream origin/%s" % self["version"])
105 self.GitCheckoutFile(VERSION_FILE, self["latest_version"])
106
107
108class SetVersion(Step):

Callers

nothing calls this directly

Calls 2

GitMethod · 0.80
GitCheckoutFileMethod · 0.80

Tested by

no test coverage detected