Provide change summary before details for all gems

Update announcement template to have summary of changes since previous release before the details for each gem.
This commit is contained in:
Mohit Sindhwani 2022-02-09 18:40:54 +08:00 committed by GitHub
parent 135f41d0b0
commit aecf24fb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,16 +11,16 @@ If you find one, please open an [issue on GitHub](https://github.com/rails/rails
## CHANGES since <%= version.previous %> ## CHANGES since <%= version.previous %>
To see a summary of changes, please read the release on GitHub:
<%= "[#{version} CHANGELOG](https://github.com/rails/rails/releases/tag/v#{version})" %>
To view the changes for each gem, please read the changelogs on GitHub: To view the changes for each gem, please read the changelogs on GitHub:
<% FRAMEWORKS.sort.each do |framework| %> <% FRAMEWORKS.sort.each do |framework| %>
<%= "* [#{FRAMEWORK_NAMES[framework]} CHANGELOG](https://github.com/rails/rails/blob/v#{version}/#{framework}/CHANGELOG.md)" %> <%= "* [#{FRAMEWORK_NAMES[framework]} CHANGELOG](https://github.com/rails/rails/blob/v#{version}/#{framework}/CHANGELOG.md)" %>
<% end %> <% end %>
To see a summary of changes, please read the release on GitHub:
<%= "[#{version} CHANGELOG](https://github.com/rails/rails/releases/tag/v#{version})" %>
*Full listing* *Full listing*