Commit 4fa13286 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 13745223
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@ for tag in tags:
    crs = project.mergerequests.list(target_branch = mr['source_branch'], state="merged", get_all = True)
    crs = project.mergerequests.list(target_branch = mr['source_branch'], state="merged", get_all = True)
    crs = [cr for cr in crs if cr.source_branch.startswith(f"cr/{spec.replace(" ","")}")]
    crs = [cr for cr in crs if cr.source_branch.startswith(f"cr/{spec.replace(" ","")}")]
    for cr in crs:
    for cr in crs:
        out_str += f"* {cr.title} ([MR {cr.iid}]({cr.web_url}))\n"
        out_str += f"* {cr.title} ([MR {cr.iid}]({cr.web_url})).\n"
    out_str += "\n  \nFor all changes, including non-Forge changes, see the change history in the published specification  \n"
    out_str += "\n  \nFor all changes, including non-Forge changes, see the change history in the published specification  \n"


out_file = Path(f"{spec.replace(" ","")}/README.md")
out_file = Path(f"{spec.replace(" ","")}/README.md")