{{component_name}}
{% set component_info = ({ "component_name": component_name, "commits": commits, "unique_id": "single_component_unique_id", }) %}
Pending commits
{% for commit in commits %}
@{{commit.author}} {{commit.message}}
{% if commit.task_id %} {% else %} {% endif %}
{% endfor %}
{% include "release_modals.html" %}