Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Enable Docker section in the release notes #1852

Merged
merged 1 commit into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ci/changelog/templates/docker_image.md.tera
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--

## Docker images

The docker image for this release can be found in [Docker hub](https://hub.docker.com/r/parity/polkadot-parachain/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:

```
docker pull parity/polkadot-parachain:latest
```
-->
3 changes: 3 additions & 0 deletions scripts/ci/changelog/templates/template.md.tera
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ This release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`.
{% endif %}

{% include "changes.md.tera" -%}

{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" -%}
{% include "docker_image.md.tera" -%}
{% endif %}