Details:

Deployer: <%= user_name %>
Application: <%= application.titleize %>
Branch: <%= branch %>
Environment: <%= stage %>
Time: <%= now.strftime("%m/%d/%Y") %> at <%= now.strftime("%I:%M %p %Z") %>

Compare:

<%= git_compare_prefix %>/<%= git_range.gsub('..', '...') %>

Commits:

<%- git_log.split(/\n/).each do |commit| -%>

<%= commit %>

<%- end -%>