Skip to content

Commit

Permalink
Merge pull request #143 from telekom-mms/feature/rename-deprecated-go…
Browse files Browse the repository at this point in the history
…releaser-option

Rename deprecated options in GoReleaser config
  • Loading branch information
hwipl authored Jan 29, 2025
2 parents dd985f9 + 13d3703 commit a677aee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ builds:
ldflags:
- -s -w -X github.com/telekom-mms/oc-daemon/internal/daemon.Version={{.Version}}-{{.Commit}}
archives:
- format: tar.gz
- formats:
- tar.gz
wrap_in_directory: true
files:
- src: init/oc-daemon.service
Expand All @@ -62,7 +63,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-n{{ .Timestamp }}"
version_template: "{{ incpatch .Version }}-n{{ .Timestamp }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit a677aee

Please sign in to comment.