mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
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
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
{% endfor -%}
|
||||
|
||||
{%- if runtime_migration_count == 0 -%}
|
||||
No Runtime migration detected in this release.
|
||||
ℹ️ There is no runtime migration in this release.
|
||||
{% else %}
|
||||
|
||||
There is {{ runtime_migration_count }} runtime migration(s) in this release.
|
||||
⚠️ There is {{ runtime_migration_count }} runtime migration(s) in this release.
|
||||
|
||||
Runtime migrations are operations running once during a runtime upgrade.
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user