Loading utils/generate_change_notes.py +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ for tag in tags: 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_file = Path(f"{spec.replace(" ","")}/readme.md") out_file = Path(f"{spec.replace(" ","")}/README.md") out_file.write_text(out_str, "utf8") Loading Loading
utils/generate_change_notes.py +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ for tag in tags: 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_file = Path(f"{spec.replace(" ","")}/readme.md") out_file = Path(f"{spec.replace(" ","")}/README.md") out_file.write_text(out_str, "utf8") Loading