{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% block action %} {% endblock %} {% block activity %}
{{ deploy.date_finished }} {{ commit_count }} commit{{ commit_count|pluralize }}, {{ author_count }} author{{ author_count|pluralize }}, and {{ file_count }} file{{ file_count|pluralize }} changed across {{ project_count }} project{{ project_count|pluralize }}
{{ project.slug }}{% if resolved_issue_count %} {{ resolved_issue_count }} Issue{{ resolved_issue_count|pluralize }} expected to be resolved {% endif %} |
View Release |
{{ repo.name }} | ||
---|---|---|
{% if user %}
{% if user.get_avatar_type == 'upload' %}
?
{% endif %}
|
{% if commit.message %} {{ commit.title }} {% else %} No message provided {% endif %} |
{{ commit.short_id }} |
Connecting one or more repositories to Sentry will enable us to show a list of commits associated with this deploy.