From ede68eae42559b592f6c8358e51c4b40fc4942fc Mon Sep 17 00:00:00 2001 From: peterdeme Date: Tue, 28 Nov 2023 10:56:34 +0100 Subject: [PATCH] Small improvement in the GitHub Release body Signed-off-by: peterdeme --- .goreleaser.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 706a9e6..dbdb83f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -75,6 +75,17 @@ release: draft: false extra_files: - glob: ./key.* + header: | + ## Artifacts + ### Binaries + + The binaries are available at the bottom of this release. + + ### Docker images + The following multi-arch (amd64 and arm64) Docker images have been published: + + - `ghcr.io/spacelift-io/spacectl:latest` + - `ghcr.io/spacelift-io/spacectl:{{ .Version }}` changelog: use: github-native