mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
9fb96a7d2f
* remove verbose 'refs/tags/' from changelog * fix wording in pre_release changelog template * improve migrations wording in changelog template * fixup
12 lines
446 B
Plaintext
12 lines
446 B
Plaintext
{%- if env.PRE_RELEASE == "true" -%}
|
|
<details><summary>⚠️ This is a pre-release</summary>
|
|
|
|
**Release candidates** are **pre-releases** and 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 %}
|