diff --git a/.goreleaser.yaml b/.goreleaser.yaml index aca2f2a..5b784ba 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -27,19 +27,18 @@ archives: {{- if .Arm }}v{{ .Arm }}{{ end }} # use zip for windows archives format_overrides: - - goos: windows - format: zip + - goos: windows + format: zip checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-next" + name_template: '{{ incpatch .Version }}-next' changelog: sort: asc filters: exclude: - '^docs:' - '^test:' - # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json