diff --git a/cumulus/scripts/ci/changelog/templates/change.md.tera b/cumulus/scripts/ci/changelog/templates/change.md.tera index 7a4c9a357c30aceac5a311a33ab83e76115fb885..b02b1d513c4479a818ffb376ba7ec0c169161e6c 100644 --- a/cumulus/scripts/ci/changelog/templates/change.md.tera +++ b/cumulus/scripts/ci/changelog/templates/change.md.tera @@ -25,7 +25,6 @@ {%- set audit = "" -%} {%- endif -%} #} - {%- if c.html_url is containing("polkadot") -%} {%- set repo = dot -%} {%- elif c.html_url is containing("cumulus") -%} @@ -35,11 +34,11 @@ {%- else -%} {%- set repo = " " -%} {%- endif -%} - +{# #} {%- if c.meta.T and c.meta.T.value == 6 -%} {%- set xcm = " [âœ‰ï¸ XCM]" -%} {%- else -%} {%- set xcm = "" -%} {%- endif -%} {{- repo }} {{ audit }}[`#{{c.number}}`]({{c.html_url}}) {{- prio }} - {{ c.title | capitalize | truncate(length=60, end="…") }}{{xcm }} -{%- endmacro change -%} +{%- endmacro change %} diff --git a/cumulus/scripts/ci/changelog/templates/debug.md.tera b/cumulus/scripts/ci/changelog/templates/debug.md.tera index 29ac673a39403964b5c32707e4c4cdd68944ac28..43eb52a84db263dbb3525361cc664122c945fa58 100644 --- a/cumulus/scripts/ci/changelog/templates/debug.md.tera +++ b/cumulus/scripts/ci/changelog/templates/debug.md.tera @@ -1,5 +1,4 @@ {%- set to_ignore = changes | filter(attribute="meta.B.value", value=0) %} - <!-- ## Debug diff --git a/cumulus/scripts/ci/changelog/templates/host_functions.md.tera b/cumulus/scripts/ci/changelog/templates/host_functions.md.tera index eddc73538d67f6c3410879458f7b067406ce761f..fc84c0902850e0ae9b02a9e018b0f1e69ec43f89 100644 --- a/cumulus/scripts/ci/changelog/templates/host_functions.md.tera +++ b/cumulus/scripts/ci/changelog/templates/host_functions.md.tera @@ -1,4 +1,5 @@ {%- import "change.md.tera" as m_c -%} + {%- set_global host_fn_count = 0 -%} {# We loop first to count the number of host functions but we do not display anything yet #} diff --git a/cumulus/scripts/ci/changelog/templates/template.md.tera b/cumulus/scripts/ci/changelog/templates/template.md.tera index 2864a12a82047d751b7ff8acb3787b1a2744ae0c..154595199350907a8b1b76d46e568dfd4638369f 100644 --- a/cumulus/scripts/ci/changelog/templates/template.md.tera +++ b/cumulus/scripts/ci/changelog/templates/template.md.tera @@ -18,22 +18,19 @@ This release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`. {# We check for host function first because no matter what the priority is, #} {# we will force it to HIGH if at least one host function was detected. #} -{% include "host_functions.md.tera" -%} +{% include "host_functions.md.tera" -%} {% include "global_priority.md.tera" -%} - {% include "compiler.md.tera" -%} - {% include "migrations-db.md.tera" -%} -{% include "migrations-runtime.md.tera" -%} - {% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" %} <!-- skipping runtime data for RELEASE_TYPE = {{ env.RELEASE_TYPE }} --> {% else %} +{% include "migrations-runtime.md.tera" -%} + {% include "runtimes.md.tera" -%} {% endif %} {% include "changes.md.tera" -%} - {% include "docker_image.md.tera" -%}