def start_new_branch_release(
    repo_full_name, branch_name, current_commit_hash, template_filter=None
):
    templates = templateApi.getTemplates(template_filter)
    if not templates: