Skip to content

Commit

Permalink
Internal: Update messaging in release notes script (#12949) (#12951)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone authored May 28, 2021
1 parent b209505 commit 0daa65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release/generate_release_notes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

plugin_changes = {}

report << "---------- DELETE FROM HERE ------------"
report << "---------- GENERATED CONTENT STARTS HERE ------------"
report << "=== Logstash Pull Requests with label v#{current_release}\n"

uri = URI.parse("https://api.github.com/search/issues?q=repo:elastic/logstash+is:pr+is:closed+label:v#{current_release}&sort=created&order=asc")
Expand Down Expand Up @@ -81,7 +81,7 @@
end
report << "Changed plugin versions:"
plugin_changes.each {|p, v| report << "#{p}: #{v.first} -> #{v.last}" }
report << "---------- DELETE UP TO HERE ------------\n"
report << "---------- GENERATED CONTENT ENDS HERE ------------\n"

report << "==== Plugins\n"

Expand Down

0 comments on commit 0daa65e

Please sign in to comment.