diff --git a/.goreleaser.yml b/.goreleaser.yml index 3efa29e83..a5d5d6b94 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -62,6 +62,15 @@ archives: # Override default to not to include the readme nor license file files: - none* + # Include the plain binaries of the CLI for the release without version + - format: binary + id: binaries-cli + name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}" + builds: + - cli + # Override default to not to include the readme nor license file + files: + - none* checksum: name_template: "checksums.txt"