From f09ab54d6335da6b00a555b7bc61472a254b1a05 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 6 Aug 2023 17:50:38 +0900 Subject: [PATCH] `dprint fmt` for missing formatted YAML files --- .goreleaser.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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