Skip to content

Commit

Permalink
Adds the docker images to the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-fritz committed Jul 2, 2023
1 parent b5cee61 commit d6da0cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}!

0 comments on commit d6da0cb

Please sign in to comment.