mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
75074952a8
This PR backports small reformatting of the release notes templates.
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
### Changelog for `{{ env.TARGET_AUDIENCE }}`
|
|
|
|
{% for file in prdoc -%}
|
|
{% for doc_item in file.content.doc %}
|
|
{%- if doc_item.audience == env.TARGET_AUDIENCE %}
|
|
#### [#{{file.doc_filename.number}}]: {{ file.content.title }}
|
|
{{ doc_item.description }}
|
|
{% endif -%}
|
|
|
|
{%- endfor %}
|
|
{%- endfor %}
|