From 2992c4e5c8abad50c90ed85523c732f19ab1f31c Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Thu, 23 Mar 2023 19:49:19 +0100 Subject: [PATCH] chore: add brew tap generation on release Signed-off-by: Thomas Schuetz --- .goreleaser.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d5574b66d2..51892fc2b2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -29,6 +29,13 @@ archives: - goos: windows format: zip +brews: + - name: k8sgpt + homepage: https://k8sgpt.ai + tap: + owner: k8sgpt-ai + name: homebrew-k8sgpt + checksum: name_template: 'checksums.txt' @@ -38,6 +45,9 @@ snapshot: changelog: skip: true +sboms: + - artifacts: archive + # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json