Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ is_released
Method
is_released
dev-tools/scripts/releaseWizard.py:348–349 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
346
self.release_type =
'bugfix'
347
348
def
is_released(self):
349
return
self.get_todo_by_id(
'announce_solr'
).is_done()
350
351
def
get_gpg_key(self):
352
gpg_task = self.get_todo_by_id(
'gpg'
)
Callers
1
release_other_version
Function · 0.80
Calls
2
get_todo_by_id
Method · 0.95
is_done
Method · 0.45
Tested by
no test coverage detected