From 14446556ca2bc4d5d21ccf5d178d47bb41c9c390 Mon Sep 17 00:00:00 2001 From: Alexandre Pereira Date: Sat, 9 Nov 2024 17:40:27 +0000 Subject: [PATCH] ci: fix goreleaser deprecation warning and yaml formatting --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index aa14c679..72235557 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -29,8 +29,8 @@ builds: - arm - "386" goarm: - - 6 - - 7 + - "6" + - "7" ldflags: - -s -w - -X github.com/dlvhdr/gh-dash/cmd.Version={{.Version}} @@ -53,7 +53,7 @@ archives: checksum: name_template: "checksums.txt" snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" changelog: sort: asc filters: