From 0a4bcc642399cbc9faea8dffecb01542f599d139 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 19 Feb 2025 16:57:32 +0000 Subject: [PATCH] cicd: Update .goreleaser.yml file to Feb 2025 syntax (#517) --- .goreleaser.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4ae28de..784ece8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -43,7 +43,7 @@ builds: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Branch }}-{{ .ShortCommit }}" + version_template: "{{ .Branch }}-{{ .ShortCommit }}" changelog: sort: asc groups: @@ -66,9 +66,7 @@ changelog: - '^refactor:' archives: - - - format: tar.gz - + - formats: tar.gz files: - config.yaml - LICENSE @@ -77,14 +75,11 @@ archives: - webui - OliveTin.service - ./var/ - name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}" - wrap_in_directory: true - format_overrides: - goos: windows - format: zip + formats: zip dockers: - image_templates: