Skip to content

Commit

Permalink
Use smaller heading font size for email body
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Nov 6, 2014
1 parent 0869e17 commit 266c8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release-announce.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = (robot) ->
"[##{num}](#{link})"

email_subject = "#{subject_prefix} #{pull.title}"
email_body = "###{pull.title}\n\n#{linked_body}\n\n[#{pr_url}](#{pr_url})"
email_body = "### #{pull.title}\n\n#{linked_body}\n\n[#{pr_url}](#{pr_url})"

mail =
from: from_email
Expand Down

0 comments on commit 266c8d6

Please sign in to comment.