mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 16:05:41 +00:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user