mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 19:41:05 +00:00
[Backport] Reformat release notes generation (#3759)
This PR backports small reformatting of the release notes templates.
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
## Release {{ env.PRODUCT }} {{ env.VERSION }}
|
||||
|
||||
Changelog for `{{ env.TARGET_AUDIENCE }}`.
|
||||
### Changelog for `{{ env.TARGET_AUDIENCE }}`
|
||||
|
||||
{% for file in prdoc -%}
|
||||
#### PR #{{file.doc_filename.number}}: {{ file.content.title }}
|
||||
{% 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 -%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user