mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 17:57:56 +00:00
168dc6e5cd
* Pass git ref explicitely * Include a db migration section to the changelog
33 lines
846 B
Plaintext
33 lines
846 B
Plaintext
{# This is the entry point of the template -#}
|
|
<!-- repository: {{ polkadot.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 = polkadot.changes | concat(with=substrate.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-db.md.tera" -%}
|
|
|
|
{% include "migrations-runtime.md.tera" -%}
|
|
|
|
{% include "runtimes.md.tera" -%}
|
|
|
|
{% include "changes.md.tera" -%}
|
|
|
|
{% include "docker_image.md.tera" -%}
|