@@ -0,0 +1,8 @@
from api import api
def release_current_version() -> None:
version = api.get_current_version()
issues = api.get_release_issues(version["id"])
for issue in issues:
api.release_issue(issue["id"])
The note is not visible to the blocked user.