mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
42ceb1c1b1
* 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
12 lines
442 B
Plaintext
12 lines
442 B
Plaintext
{%- if env.PRE_RELEASE == "true" -%}
|
|
<details><summary>⚠️ This is a pre-release</summary>
|
|
|
|
**Release candidates** are **pre-releases** may not be final.
|
|
Although they are reasonably tested, there may be additional changes or issues
|
|
before an official release is tagged. Use at your own discretion, and consider
|
|
only using final releases on critical production infrastructure.
|
|
</details>
|
|
{% else -%}
|
|
<!-- NOT a pre-release-->
|
|
{%- endif %}
|