Files
pezkuwi-subxt/scripts/ci/changelog/templates/changes.md.tera
T
Chevdor 242c111099 WIP: Fix templates (#2204)
* WIP

* More fixes

* Add API section and various fixes
2023-02-17 15:15:26 +00:00

22 lines
431 B
Plaintext

{# This include generates the section showing the changes #}
## Changes
### Legend
- {{ CML }} Cumulus
- {{ DOT }} Polkadot
- {{ SUB }} Substrate
{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" %}
{% include "changes_client.md.tera" %}
{% else %}
{% include "migrations-runtime.md.tera" -%}
{% include "changes_runtime.md.tera" %}
{% endif %}
{% include "changes_api.md.tera" %}
{% include "changes_misc.md.tera" %}