Skip to content

Commit

Permalink
Add footer to release note
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed Jun 22, 2023
1 parent bff1511 commit 24953ca
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ snapshot:
release:
github:
prerelease: auto
footer: |
## Docker Images
```bash
docker pull ghcr.io/mjasion/golang-k8s-leader-example:{{ .Version }} # Generic
docker pull ghcr.io/mjasion/golang-k8s-leader-example:{{ .Version }}-amd64
docker pull ghcr.io/mjasion/golang-k8s-leader-example:{{ .Version }}-arm64v8
docker pull ghcr.io/mjasion/golang-k8s-leader-example:{{ .Version }}-armv6
docker pull ghcr.io/mjasion/golang-k8s-leader-example:{{ .Version }}-armv7
```
dockers:
Expand Down Expand Up @@ -111,8 +121,3 @@ changelog:
exclude:
- '^docs:'
- '^test:'

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 24953ca

Please sign in to comment.