Fix announce script

This commit is contained in:
Rafael Mendonça França 2019-03-22 00:00:49 -04:00
parent 7f69ef7aea
commit c9fe12fe8e
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

@ -14,17 +14,20 @@ If you find one, please open an [issue on GitHub](https://github.com/rails/rails
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*
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 %>
## SHA-256
If you'd like to verify that your gem is the same as the one I've uploaded,