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

Method is_bugfix_release

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

Source from the content-addressed store, hash-verified

59 return re.compile(prefix + '(' + pattern + ')' + suffix)
60
61 def is_bugfix_release(self):
62 return self.bugfix != 0
63
64 def is_minor_release(self):
65 return self.bugfix == 0 and self.minor != 0

Callers 3

make_previous_matcherMethod · 0.95
get_prev_release_tagFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected