Fix golreaser config

This commit is contained in:
2026-03-06 12:35:41 +01:00
parent bdf65b16a9
commit 3e0805b312
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
@@ -19,7 +20,7 @@ builds:
tags:
- static_build
archives:
- format: tar.gz
- formats: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
@@ -30,7 +31,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters: