Files
pezkuwi-subxt/polkadot/scripts/ci/changelog/templates/debug.md.tera
T
Chevdor 42ceb1c1b1 Release notes fixes (#5494)
* Move compiler information below priority information

* Show docker section by default

* Show a mention even if there are no host functions

* Fix the wording for the migrations

* Fix some wording

* Include free notes section

* Fix spacing issue

* Rename the free notes template

* Few minor changes including reworking the tag rendering
2022-05-11 11:20:34 +02:00

9 lines
221 B
Plaintext

{%- set to_ignore = changes | filter(attribute="meta.B.value", value=0) %}
<!--
changes:
- total: {{ changes | length }}
- silent: {{ to_ignore | length }}
- remaining: {{ changes | length - to_ignore | length }}
-->