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

Method is_minor_release

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

Source from the content-addressed store, hash-verified

62 return self.bugfix != 0
63
64 def is_minor_release(self):
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

Callers 6

make_previous_matcherMethod · 0.95
mainFunction · 0.80
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