mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user