aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-07-30 16:04:39 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2017-07-30 16:09:36 +0200
commit3636d1f4794ad510569441e8bfe4025288fe1c18 (patch)
tree10f5b16c56033ea338cfaba431d9e0fb3041d12a /tasks
parenta78e591d1040544531cb436510134fd0daaaa10c (diff)
downloadrails-3636d1f4794ad510569441e8bfe4025288fe1c18.tar.gz
rails-3636d1f4794ad510569441e8bfe4025288fe1c18.tar.bz2
rails-3636d1f4794ad510569441e8bfe4025288fe1c18.zip
Fix github user output.
[ Orhan Toy & Kasper Timm Hansen ]
Diffstat (limited to 'tasks')
-rw-r--r--tasks/release_announcement_draft.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release_announcement_draft.erb b/tasks/release_announcement_draft.erb
index 65d121fd4b..3dbb8c053f 100644
--- a/tasks/release_announcement_draft.erb
+++ b/tasks/release_announcement_draft.erb
@@ -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| %>