cicd: Update .goreleaser.yml file to Feb 2025 syntax (#517)
This commit is contained in:
parent
56ab1cec8f
commit
0a4bcc6423
|
|
@ -43,7 +43,7 @@ builds:
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ .Branch }}-{{ .ShortCommit }}"
|
version_template: "{{ .Branch }}-{{ .ShortCommit }}"
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
groups:
|
groups:
|
||||||
|
|
@ -66,9 +66,7 @@ changelog:
|
||||||
- '^refactor:'
|
- '^refactor:'
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
-
|
- formats: tar.gz
|
||||||
format: tar.gz
|
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- config.yaml
|
- config.yaml
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
@ -77,14 +75,11 @@ archives:
|
||||||
- webui
|
- webui
|
||||||
- OliveTin.service
|
- OliveTin.service
|
||||||
- ./var/
|
- ./var/
|
||||||
|
|
||||||
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}"
|
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}"
|
||||||
|
|
||||||
wrap_in_directory: true
|
wrap_in_directory: true
|
||||||
|
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
formats: zip
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue