mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
deeede9824
commit
085868595f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ report << "==== Plugins\n"
|
|||
|
||||
plugin_changes.each do |plugin, versions|
|
||||
_, type, name = plugin.split("-")
|
||||
header = "*#{name.capitalize} #{type.capitalize}*"
|
||||
header = "*#{name.capitalize} #{type.capitalize} - #{versions.last}*"
|
||||
start_changelog_file = Tempfile.new(plugin + 'start')
|
||||
end_changelog_file = Tempfile.new(plugin + 'end')
|
||||
changelog = `curl https://raw.githubusercontent.com/logstash-plugins/#{plugin}/v#{versions.last}/CHANGELOG.md`.split("\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue