Skip to content

Commit

Permalink
added Docker footer to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kbudde committed Jan 20, 2022
1 parent dd58d13 commit e3488f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ changelog:
- '^test:'
release:
discussion_category_name: Announcements
footer: |
## Docker images
- `docker pull ghcr.io/kbudde/rabbitmq_exporter:{{.Version}}`
- `docker pull ghcr.io/kbudde/rabbitmq_exporter:{{.ShortCommit}}`
- `docker pull kbudde/rabbitmq-exporter:{{.Version}}`
- `docker pull kbudde/rabbitmq-exporter:{{.ShortCommit}}`
dockers:
- goos: linux
Expand Down

0 comments on commit e3488f8

Please sign in to comment.