Files
pezkuwi-subxt/scripts/release/templates/audience.md.tera
T
Egor_P 75074952a8 [Backport] Reformat release notes generation (#3759)
This PR backports small reformatting of the release notes templates.
2024-03-21 09:00:40 +00:00

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 %}