Loading utils/generate_change_notes.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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") Loading Loading
utils/generate_change_notes.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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") Loading