Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_matcher
Method · 0.95
main
Function · 0.80
set_release_version
Method · 0.80
validate_release_version
Method · 0.80
get_base_branch_name
Method · 0.80
get_prev_release_tag
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected