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

Commit 5feae5d

Browse files
authored
changelog: template fixup (#6907)
1 parent 97bd688 commit 5feae5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/ci/changelog/templates/host_functions.md.tera

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
{%- if pr.meta.E and pr.meta.E.E3 -%}
1111
{%- set_global host_fn_count = host_fn_count + 1 -%}
1212
- {{ m_c::change(c=pr) }}
13-
{% endif -%}
1413
{% endif -%}
1514
{%- if pr.meta.E and pr.meta.E.E4 -%}
1615
{%- set_global upgrade_first = upgrade_first + 1 -%}
1716
- {{ m_c::change(c=pr) }}
18-
{% endif -%}
1917
{% endif -%}
18+
{% endif -%}
2019
{%- endfor -%}
2120

2221
<!-- {{ upgrade_first }} changes require node upgrade -->

0 commit comments

Comments
 (0)