Skip to content

Commit

Permalink
Document released images in release notes (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jul 8, 2021
1 parent 2b9ddcd commit 628a2ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,15 @@ changelog:
exclude:
- '^docs:'
- '^test:'
release:
footer: |
### Container Images
https://gcr.io/go-containerregistry/crane:{{.Tag}}
https://gcr.io/go-containerregistry/gcrane:{{.Tag}}
For example:
```
docker pull gcr.io/go-containerregistry/crane:{{.Tag}}
docker pull gcr.io/go-containerregistry/gcrane:{{.Tag}}
```

0 comments on commit 628a2ff

Please sign in to comment.