Skip to content

Commit 6e4906b

Browse files
committed
Fix announce script
1 parent c850941 commit 6e4906b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tasks/release_announcement_draft.erb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@ If you find one, please open an [issue on GitHub](https://github.com/rails/rails
1212
## CHANGES since <%= version.previous %>
1313

1414
To view the changes for each gem, please read the changelogs on GitHub:
15-
<% FRAMEWORKS.sort.each do |framework| %>
15+
<% FRAMEWORKS.sort.each do |framework| %>
1616
<%= "* [#{FRAMEWORK_NAMES[framework]} CHANGELOG](https://github.com/rails/rails/blob/v#{version}/#{framework}/CHANGELOG.md)" %>
17-
<% end %>
17+
18+
<% end %>
1819

1920
To see a summary of changes, please read the release on GitHub:
2021

2122
<%= "[#{version} CHANGELOG](https://github.com/rails/rails/releases/tag/v#{version})" %>
2223

24+
2325
*Full listing*
2426

2527
To see the full list of changes, [check out all the commits on
2628
GitHub](https://github.com/rails/rails/compare/v<%= "#{version.previous}...v#{version}" %>).
2729
<% end %>
30+
2831
## SHA-256
2932

3033
If you'd like to verify that your gem is the same as the one I've uploaded,

0 commit comments

Comments
 (0)