From f1d54d8f0ab17f0c890831cd614a53ce7adf5576 Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Mon, 7 Apr 2025 08:41:49 +0200 Subject: [PATCH] feat(ci): Release binaries without version Signed-off-by: Javier Rodriguez --- .goreleaser.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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"