From d6da0cb20b31cf5ebadbd706cfece87db39cfbd7 Mon Sep 17 00:00:00 2001 From: Christian Fritz Date: Sun, 2 Jul 2023 19:43:23 +0200 Subject: [PATCH] Adds the docker images to the release notes. --- .goreleaser.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 86aa1ff..4e60554 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -204,3 +204,16 @@ changelog: exclude: - '^docs:' - '^test:' +release: + footer: | + ## Docker Images + + [quay.io/chrfritz/knx-exporter](https://quay.io/chrfritz/knx-exporter) + * `quay.io/chrfritz/knx-exporter:latest` + * `quay.io/chrfritz/knx-exporter:{{ .Tag }}` + * `quay.io/chrfritz/knx-exporter:v{{ .Major }}.{{ .Minor }}` + * `quay.io/chrfritz/knx-exporter:v{{ .Major }}` + + ## Thanks! + + Those were the changes on {{ .Tag }}!