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
This commit is contained in:
Egor_P
2024-04-18 12:30:31 +02:00
committed by GitHub
parent 76719da221
commit ff906127ab
3 changed files with 28 additions and 24 deletions
@@ -1,5 +1,7 @@
### 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 %}