Loading utils/generate_change_notes.py +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ for tag in tags: out_str += f"# TS {spec} v{tag.name.split('/')[2]}\n" out_str += f"{tag.message}, tagged as [{tag.name}]({root_url}li/schemas-definitions/-/tree/{tag.name}/{spec.replace(" ","")}?ref_type=tags)" if spec_version is not None and spec_version.pdfLink is not None and spec_version.pdfLink != "": out_str += f" and available [from the ETSI portal as a PDF]({spec_version.pdfLink.replace("\\","/")}).\n" out_str += " \n \n" out_str += f" and available [from the ETSI portal as a PDF]({spec_version.pdfLink.replace("\\","/")})\n" out_str += ". \n \n" commit = project.commits.get(tag.commit['id']) mrs = commit.merge_requests() if len(mrs) == 0: Loading Loading
utils/generate_change_notes.py +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ for tag in tags: out_str += f"# TS {spec} v{tag.name.split('/')[2]}\n" out_str += f"{tag.message}, tagged as [{tag.name}]({root_url}li/schemas-definitions/-/tree/{tag.name}/{spec.replace(" ","")}?ref_type=tags)" if spec_version is not None and spec_version.pdfLink is not None and spec_version.pdfLink != "": out_str += f" and available [from the ETSI portal as a PDF]({spec_version.pdfLink.replace("\\","/")}).\n" out_str += " \n \n" out_str += f" and available [from the ETSI portal as a PDF]({spec_version.pdfLink.replace("\\","/")})\n" out_str += ". \n \n" commit = project.commits.get(tag.commit['id']) mrs = commit.merge_requests() if len(mrs) == 0: Loading