mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 16:38:01 +00:00
e543545f03
* Format runtime version ref #787 * Remove the counter in the misc changes * Add pre-release information * Save context as artifact * Rococo naming and minor fixes * WIP * Show the list of high prio issues * Minor fixes * Fix workflow title * Attempt to fix Element rendering issue * Code block fix
33 lines
858 B
Plaintext
33 lines
858 B
Plaintext
{# This is the entry point of the template -#}
|
|
<!-- repository: {{ cumulus.repository.name }} -->
|
|
{% include "pre_release.md.tera" -%}
|
|
|
|
{% if env.PRE_RELEASE == "true" -%}
|
|
This pre-release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`.
|
|
{% else -%}
|
|
This release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`.
|
|
{% endif -%}
|
|
|
|
{%- set changes = cumulus.changes | concat(with=substrate.changes) -%}
|
|
{%- set changes = changes | concat(with=polkadot.changes) -%}
|
|
{%- include "debug.md.tera" -%}
|
|
|
|
{%- set CML = "[C]" -%}
|
|
{%- set DOT = "[P]" -%}
|
|
{%- set SUB = "[S]" -%}
|
|
|
|
|
|
{% include "global_priority.md.tera" -%}
|
|
|
|
{% include "host_functions.md.tera" -%}
|
|
|
|
{% include "compiler.md.tera" -%}
|
|
|
|
{% include "migrations.md.tera" -%}
|
|
|
|
{% include "runtimes.md.tera" -%}
|
|
|
|
{% include "changes.md.tera" -%}
|
|
|
|
{% include "docker_image.md.tera" -%}
|