diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2019-03-22 00:00:49 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2019-03-22 00:05:10 -0400 |
commit | c9fe12fe8e7b0e90352843c8ca4e5128e542157e (patch) | |
tree | 9fd2f35c9ef3e4ec6731df6fdbe91a005a5a9176 | |
parent | 7f69ef7aea37817004035a6c7ee98186c6b10b89 (diff) | |
download | rails-c9fe12fe8e7b0e90352843c8ca4e5128e542157e.tar.gz rails-c9fe12fe8e7b0e90352843c8ca4e5128e542157e.tar.bz2 rails-c9fe12fe8e7b0e90352843c8ca4e5128e542157e.zip |
Fix announce script
-rw-r--r-- | tasks/release_announcement_draft.erb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tasks/release_announcement_draft.erb b/tasks/release_announcement_draft.erb index 4d7ccd2da1..19c4b14cd4 100644 --- a/tasks/release_announcement_draft.erb +++ b/tasks/release_announcement_draft.erb @@ -12,19 +12,22 @@ 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 %> + ## SHA-256 If you'd like to verify that your gem is the same as the one I've uploaded, |