Files
pezkuwi-subxt/scripts/release/templates/audience.md.tera
T
Egor_P ff906127ab Improve changelog in the release notes (#4179)
This PR adds description to each of the sections of the Changelog part.
Changes are based on feedback that it wasn't that clear what exactly
`Node Dev`, `Runtime Dev` etc. means. Now, the description for each of
those parts is taken directly from the `prdoc` schema.
Closes https://github.com/paritytech/release-engineering/issues/197
2024-04-18 10:30:31 +00:00

14 lines
319 B
Plaintext

### Changelog for `{{ env.TARGET_AUDIENCE }}`
{{ env.AUDIENCE_DESC }}
{% 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 %}