bump-formula-pr: wrap release notes in <pre> tags

This commit is contained in:
Bevan Kay 2023-03-15 23:03:27 +11:00
parent 0d5e291fe1
commit 69d03bf6ed
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -362,7 +362,7 @@ module Homebrew
pr_message += <<~XML
<details>
<summary>#{pre}release notes</summary>
#{github_release_data["body"]}
<pre>#{github_release_data["body"]}</pre>
</details>
XML
end