{{ current_project }} · Automatically release artifacts matching these rules
branch: {{ trigger.branch_pattern }}
{% endif %}
{% if trigger.title_pattern %}
title: {{ trigger.title_pattern }}
{% endif %}
{% if trigger.author_pattern %}
author: {{ trigger.author_pattern }}
{% endif %}
{% if trigger.commit_message_pattern %}
msg: {{ trigger.commit_message_pattern }}
{% endif %}
{% if trigger.source_type_pattern %}
src: {{ trigger.source_type_pattern }}
{% endif %}
→
{% for env in trigger.target_environments %}
{{ env }}
{% endfor %}
{% if trigger.use_pipeline %}
pipeline
{% endif %}
{% if trigger.force_release %}
force
{% endif %}
No triggers configured.
{% if is_admin %}Create one below to automatically release matching artifacts.
{% endif %}