MCPcopy Create free account
hub / github.com/defold/defold / generate

Function generate

scripts/releasenotes_github_projectv2.py:607–616  ·  view source on GitHub ↗
(version, hide_details = False)

Source from the content-addressed store, hash-verified

605
606
607def generate(version, hide_details = False):
608 print("Generating release notes for %s" % version)
609
610 issues = parse_github_project(version)
611 if issues is None:
612 return
613
614 check_issue_commits(issues)
615 generate_markdown(version, issues, hide_details)
616 generate_json(version, issues)
617
618
619

Calls 5

parse_github_projectFunction · 0.85
check_issue_commitsFunction · 0.85
generate_markdownFunction · 0.85
generate_jsonFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected