diff --git a/tasks/release_announcement_draft.erb b/tasks/release_announcement_draft.erb index 19c4b14cd4..8270a0c3b6 100644 --- a/tasks/release_announcement_draft.erb +++ b/tasks/release_announcement_draft.erb @@ -11,16 +11,16 @@ If you find one, please open an [issue on GitHub](https://github.com/rails/rails ## 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: <% FRAMEWORKS.sort.each do |framework| %> <%= "* [#{FRAMEWORK_NAMES[framework]} CHANGELOG](https://github.com/rails/rails/blob/v#{version}/#{framework}/CHANGELOG.md)" %> <% 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*