mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
improve wording of release notes (#5513)
* remove verbose 'refs/tags/' from changelog * fix wording in pre_release changelog template * improve migrations wording in changelog template * fixup
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% if env.PRE_RELEASE == "true" -%}
|
||||
This pre-release contains the changes from `{{ env.REF1 | replace(from="refs/tags/", to="") }}` to `{{ env.REF2 | replace(from="refs/tags/", to="") }}`.
|
||||
{%- else -%}
|
||||
This release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`.
|
||||
This release contains the changes from `{{ env.REF1 | replace(from="refs/tags/", to="") }}` to `{{ env.REF2 | replace(from="refs/tags/", to="") }}`.
|
||||
{% endif -%}
|
||||
|
||||
{%- set changes = polkadot.changes | concat(with=substrate.changes) -%}
|
||||
|
||||
Reference in New Issue
Block a user