Skip to content

Commit

Permalink
Improve formatting of pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 31, 2023
1 parent 164cb93 commit f4cfe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/updater
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Dir.glob("#{gitdir}/exporters/*/metadata.yml").each do |metadatafile|
"main",
branch,
"Update #{name}_exporter to #{latest_version}",
"Update [#{name}_exporter](https://github.com/#{repository}) to [#{latest_version}](#{latest_release[:html_url]}).\n<blockquote>#{latest_release[:body]}</blockquote>"
"Update [#{name}_exporter](https://github.com/#{repository}) to [#{latest_version}](#{latest_release[:html_url]}).\n<blockquote>\n\n#{latest_release[:body]}</blockquote>"
)
rescue Exception => ex
puts ex.full_message
Expand Down

0 comments on commit f4cfe81

Please sign in to comment.