diff --git a/.goreleaser.yml b/.goreleaser.yml index 2125fdf..1c18fa9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,13 +26,7 @@ archive: name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' files: - - licence* - - LICENCE* - - license* - - LICENSE* - - readme* - - README* - - changelog* - - CHANGELOG* + - LICENCE.md + - Readme.md snapshot: name_template: SNAPSHOT-{{ .Commit }}