aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2018-12-04 13:34:44 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-12-04 13:41:43 -0500
commitb2465a0cc92d58bdf179d7e83695bec77b415b06 (patch)
tree9bda60edad2ae150678bf496b745a41f937113f0 /tasks
parente91bf5966e9f6f58bc0ea9e92f94b9d892ef29bc (diff)
downloadrails-b2465a0cc92d58bdf179d7e83695bec77b415b06.tar.gz
rails-b2465a0cc92d58bdf179d7e83695bec77b415b06.tar.bz2
rails-b2465a0cc92d58bdf179d7e83695bec77b415b06.zip
Add release link to the announcement [ci skip]
Diffstat (limited to 'tasks')
-rw-r--r--tasks/release_announcement_draft.erb10
1 files changed, 7 insertions, 3 deletions
diff --git a/tasks/release_announcement_draft.erb b/tasks/release_announcement_draft.erb
index 3dbb8c053f..3d3f49bcb0 100644
--- a/tasks/release_announcement_draft.erb
+++ b/tasks/release_announcement_draft.erb
@@ -12,15 +12,19 @@ If you find one, please open an [issue on GitHub](https://github.com/rails/rails
## CHANGES since <%= version.previous %>
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)" %>
- <% 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*
To see the full list of changes, [check out all the commits on
GitHub](https://github.com/rails/rails/compare/v<%= "#{version.previous}...v#{version}" %>).
- <% end %>
+<% end %>
## SHA-256
If you'd like to verify that your gem is the same as the one I've uploaded,