release-notes.sh: remove line breaks from generated Markdown, for GitHub

GitHub-flavored Markdown translates line breaks to <br/>, which does
not match our intent. Work around that by joining lines when producing
Markdown output.
This commit is contained in:
Johannes Altmanninger
2025-09-27 06:00:24 +02:00
parent 6ed4e54c1e
commit 4cc2d2ec30
2 changed files with 3 additions and 1 deletions

View File

@@ -7,5 +7,6 @@ runs:
using: "composite"
steps:
- run: |
pip install git+https://github.com/krobelus/sphinx-markdown-builder@ae8cf577bfb263dcda509ad449a331b9b74664fa
commit=a6dd85e7b13107172c0502937bec6b718002510d
pip install git+https://github.com/krobelus/sphinx-markdown-builder@"$commit"
shell: bash