diff --git a/scripts/ci/changelog/templates/docker_image.md.tera b/scripts/ci/changelog/templates/docker_image.md.tera index 5311f18a18a2..4a3793a86ad2 100644 --- a/scripts/ci/changelog/templates/docker_image.md.tera +++ b/scripts/ci/changelog/templates/docker_image.md.tera @@ -1,11 +1,11 @@ -## Docker images +## Docker image -The docker image for this release can be found in [Docker hub](https://hub.docker.com/r/parity/polkadot-collator/tags?page=1&ordering=last_updated) -(It will be available a few minutes after this release was published). +The docker image for this release can be found at [Docker hub](https://hub.docker.com/r/parity/polkadot/tags?page=1&ordering=last_updated) +(It will be available a few minutes after the release has been published). -You may also pull it with: +You may pull it using: ``` -docker pull parity/polkadot-collator:latest +docker pull parity/polkadot:latest ``` diff --git a/scripts/ci/changelog/templates/template.md.tera b/scripts/ci/changelog/templates/template.md.tera index 42d0c9f57036..3a83a77a6a55 100644 --- a/scripts/ci/changelog/templates/template.md.tera +++ b/scripts/ci/changelog/templates/template.md.tera @@ -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) -%}