Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Nov 8, 2024
1 parent 0116916 commit 603cd96
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,14 @@ docker_manifests:
- 'ghcr.io/zeiss/{{ .ProjectName }}/accounts:{{ .Version }}-amd64'
- 'ghcr.io/zeiss/{{ .ProjectName }}/accounts:{{ .Version }}-arm64'


gomod:
proxy: true

release:
draft: true

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
header: |
## Changelog ({{ .Date }})
snapshot:
version_template: SNAPSHOT-{{.ShortCommit}}
Welcome to this new release! We hope you enjoy the changes we've made.
changelog:
groups:
Expand All @@ -161,3 +157,9 @@ changelog:
- "^docs:"
- typo
- (?i)foo

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"

snapshot:
version_template: SNAPSHOT-{{.ShortCommit}}

0 comments on commit 603cd96

Please sign in to comment.