From 3796b0a6b0c9626ef86a41698a146f611f8a9e1d Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 2 Feb 2023 21:50:51 +0100 Subject: [PATCH] Revert snapshot name template to previous value (#192) This was changed in #159 but not necessary to have a stable binary name. --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 65ffc328..3effb5b3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -30,7 +30,7 @@ checksum: name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS' algorithm: sha256 snapshot: - name_template: '{{ .ProjectName }}' + name_template: '{{ incpatch .Version }}-devel' changelog: sort: asc filters: