Files
pezkuwi-subxt/polkadot/scripts/ci/changelog/templates/changes.md.tera
T
Chevdor f17ea2cdd0 Fix release notes templates (#6697)
* WIP

* Fix templates

- fix conditions to fetch misc PRs
- render the misc section only if required
- add html comment to help debugging
- add a new API section to T2 labels
2023-02-10 17:12:45 +01:00

16 lines
284 B
Plaintext

{# This include generates the section showing the changes #}
## Changes
### Legend
- {{ DOT }} Polkadot
- {{ SUB }} Substrate
{% include "changes_client.md.tera" %}
{% include "changes_runtime.md.tera" %}
{% include "changes_api.md.tera" %}
{% include "changes_misc.md.tera" %}