Skip to content

Commit

Permalink
ci: improve goreleaser conf
Browse files Browse the repository at this point in the history
  • Loading branch information
janfuhrer committed Jun 25, 2024
1 parent 8f061cf commit 27267d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ signs:
release:
# allow pre-release versions (e.g. by tagging with v1.0.0-rc0)
prerelease: auto
draft: true
footer: |
**Full Changelog**: https://github.com/natrontech/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
**Docker Images**
- `ghcr.io/natrontech/{{ .ProjectName }}:{{ .Version }}`
- `ghcr.io/natrontech/{{ .ProjectName }}:v{{ .Version }}`
{{ if not .Prerelease }}- `ghcr.io/natrontech/{{ .ProjectName }}:latest`{{ end }}
# github changelog for new release
Expand Down

0 comments on commit 27267d3

Please sign in to comment.