mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
631a5db536
* Move CI scripts and update references * Update paths in .gitlab-ci.yml * Removed outdated entries from CODEOWNERS
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** 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 published releases on critical production infrastructure.
|
|
</details>
|
|
{% else -%}
|
|
<!-- NOT a pre-release-->
|
|
{%- endif %}
|