From 4cc925d2972e507d848c639390789495483edfc0 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 14 Jul 2022 16:16:07 +0200 Subject: [PATCH] Fix Core Version display in the release notes (#5781) --- polkadot/scripts/ci/changelog/templates/runtime.md.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/scripts/ci/changelog/templates/runtime.md.tera b/polkadot/scripts/ci/changelog/templates/runtime.md.tera index 1610e6e3e3..cd7edf28f7 100644 --- a/polkadot/scripts/ci/changelog/templates/runtime.md.tera +++ b/polkadot/scripts/ci/changelog/templates/runtime.md.tera @@ -17,7 +17,7 @@ ``` 🏋️ Runtime Size: {{ runtime.data.runtimes.compressed.subwasm.size | filesizeformat }} ({{ runtime.data.runtimes.compressed.subwasm.size }} bytes) -🔥 Core Version: {{ runtime.data.runtimes.compressed.subwasm.core_version }} +🔥 Core Version: {{ runtime.data.runtimes.compressed.subwasm.core_version.specName }}-{{ runtime.data.runtimes.compressed.subwasm.core_version.specVersion }} ({{ runtime.data.runtimes.compressed.subwasm.core_version.implName }}-{{ runtime.data.runtimes.compressed.subwasm.core_version.implVersion }}.tx{{ runtime.data.runtimes.compressed.subwasm.core_version.transactionVersion }}.au{{ runtime.data.runtimes.compressed.subwasm.core_version.authoringVersion }}) 🗜 Compressed: {{ compressed }}: {{ comp_ratio | round(method="ceil", precision=2) }}% 🎁 Metadata version: V{{ runtime.data.runtimes.compressed.subwasm.metadata_version }} 🗳️ system.setCode hash: {{ runtime.data.runtimes.compressed.subwasm.proposal_hash }}