Don't wrap the markdown for GitHub releases
This commit is contained in:
parent
b42938421e
commit
97f1645993
|
@ -61,7 +61,7 @@ def parse_changelog(tag_name):
|
||||||
|
|
||||||
|
|
||||||
def convert_rst_to_md(text):
|
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):
|
def main(argv):
|
||||||
|
|
Loading…
Reference in New Issue