Skip to content

Commit

Permalink
chore: add brew tap generation on release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
  • Loading branch information
thschue committed Mar 23, 2023
1 parent 4840aa0 commit 2992c4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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
Expand Down

0 comments on commit 2992c4e

Please sign in to comment.