diff --git a/.goreleaser.yml b/.goreleaser.yml index 45d4646..c10a7e3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,17 +33,16 @@ changelog: - '^docs:' - '^doc:' - '^chore:' + - '^chore\(deps\):' - '^test:' - '^tests:' -archive: - name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' - format: tar.gz - format_overrides: - - goos: windows - format: zip - files: - - LICENSE - -#release: -# disable: true \ No newline at end of file +archives: + - id: tcd + name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + format: tar.gz + format_overrides: + - goos: windows + format: zip + files: + - LICENSE