Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

changelog: template fixup #6907

Merged
merged 1 commit into from
Mar 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scripts/ci/changelog/templates/host_functions.md.tera
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
{%- if pr.meta.E and pr.meta.E.E3 -%}
{%- set_global host_fn_count = host_fn_count + 1 -%}
- {{ m_c::change(c=pr) }}
{% endif -%}
{% endif -%}
{%- if pr.meta.E and pr.meta.E.E4 -%}
{%- set_global upgrade_first = upgrade_first + 1 -%}
- {{ m_c::change(c=pr) }}
{% endif -%}
{% endif -%}
{% endif -%}
{%- endfor -%}

<!-- {{ upgrade_first }} changes require node upgrade -->
Expand Down