MCPcopy Create free account
hub / github.com/apache/solr / is_major_release

Method is_major_release

dev-tools/scripts/scriptutil.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 return self.bugfix == 0 and self.minor != 0
66
67 def is_major_release(self):
68 return self.bugfix == 0 and self.minor == 0
69
70 def on_or_after(self, other):
71 return (self.major > other.major or self.major == other.major and

Callers 4

set_release_versionMethod · 0.80
get_base_branch_nameMethod · 0.80
get_prev_release_tagFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected