Merge pull request #48 from k8sgpt-ai/feat/brew

This commit is contained in:
Thomas Schuetz
2023-03-24 08:35:44 +01:00
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ jobs:
version: latest version: latest
args: release --clean args: release --clean
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.K8SGPT_BOT_SECRET }}
build-container: build-container:
if: needs.release-please.outputs.releases_created == 'true' if: needs.release-please.outputs.releases_created == 'true'

View File

@@ -29,6 +29,13 @@ archives:
- goos: windows - goos: windows
format: zip format: zip
brews:
- name: k8sgpt
homepage: https://k8sgpt.ai
tap:
owner: k8sgpt-ai
name: homebrew-k8sgpt
checksum: checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'
@@ -38,6 +45,9 @@ snapshot:
changelog: changelog:
skip: true skip: true
sboms:
- artifacts: archive
# The lines beneath this are called `modelines`. See `:help modeline` # The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them. # Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json # yaml-language-server: $schema=https://goreleaser.com/static/schema.json