MCPcopy Create free account
hub / github.com/catchorg/Catch2 / nonDevelopRelease

Method nonDevelopRelease

tools/scripts/releaseCommon.py:30–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 f.close()
29
30 def nonDevelopRelease(self):
31 if self.branchName != "":
32 self.branchName = ""
33 self.buildNumber = 0
34 def developBuild(self):
35 if self.branchName == "":
36 self.branchName = "develop"

Callers 3

incrementPatchNumberMethod · 0.95
incrementMinorVersionMethod · 0.95
incrementMajorVersionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected