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:"