Fix github user output.

[ Orhan Toy & Kasper Timm Hansen ]
This commit is contained in:
Kasper Timm Hansen 2017-07-30 16:04:39 +02:00
parent a78e591d10
commit 3636d1f479
No known key found for this signature in database
GPG Key ID: 191153215EDA53D8

@ -5,7 +5,7 @@ I am happy to announce that Rails <%= versions.join(" and ") %> <%= versions.siz
<% if future_date %>
If no regressions are found, expect the final release on <%= future_date.strftime("%A, %B %-d, %Y") %>.
If you find one, please open an [issue on GitHub](https://github.com/rails/rails/issues/new)
<%= "and mention me (@github_user}) on it, " unless github_user.empty? %>so that we can fix it before the final release.
<%= "and mention me (@#{github_user}) on it, " unless github_user.empty? %>so that we can fix it before the final release.
<% end %>
<% versions.each do |version| %>