diff --git a/scripts/publish-gh-release-notes.py b/scripts/publish-gh-release-notes.py index f8d8b3986..583b5bfc7 100644 --- a/scripts/publish-gh-release-notes.py +++ b/scripts/publish-gh-release-notes.py @@ -61,7 +61,7 @@ def parse_changelog(tag_name): def convert_rst_to_md(text): - return pypandoc.convert_text(text, "md", format="rst") + return pypandoc.convert_text(text, "md", format="rst", extra_args=["--wrap=none"]) def main(argv):