From 554283acdc8d4e46e0627002e60ea29d010090d6 Mon Sep 17 00:00:00 2001 From: davidramiro Date: Mon, 28 Oct 2024 11:29:46 +0100 Subject: [PATCH] chore: update goreleaser config --- .goreleaser.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 506d23b..f086a41 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + project_name: streamobserver before: hooks: @@ -11,25 +13,19 @@ builds: - windows - darwin archives: - - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 - files: - - config.sample.yml - - streams.sample.yml + - files: + - config.sample.yml + - streams.sample.yml format_overrides: - goos: windows format: zip checksum: - name_template: 'checksums.txt' + name_template: "checksums.txt" snapshot: name_template: "{{ incpatch .Version }}-next" changelog: sort: asc filters: exclude: - - '^docs:' - - '^test:' + - "^docs:" + - "^test:"