Skip to content

Commit

Permalink
Add footer to release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Jan 14, 2022
1 parent 58d245d commit 91e5591
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ release:
prerelease: auto
extra_files:
- glob: "./cosign.pub"
footer: |
{{- if .repository }}
**Full Changelog**: {{ .repository }}/compare/{{ .PreviousTag }}...{{ .Tag }}
{{- end }}
---
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ release:
prerelease: auto
extra_files:
- glob: "./cosign.pub"
footer: |
{{- if .repository }}
**Full Changelog**: {{ .repository }}/compare/{{ .PreviousTag }}...{{ .Tag }}
{{- end }}
---

0 comments on commit 91e5591

Please sign in to comment.