Skip to content

Commit

Permalink
release: publish krew and brew (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Apr 16, 2023
1 parent 685b67d commit ec9af71
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
release:
Expand Down
27 changes: 27 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,30 @@ archives:
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
algorithm: sha256

brews:
- tap:
owner: sozercan
name: kubectl-ai
branch: chore-{{.Tag}}
pull_request:
enabled: true
commit_author:
name: Sertac Ozercan
email: [email protected]
description: "kubectl-ai is a kubectl plugin to generate and apply Kubernetes manifests using OpenAI GPT."
caveats: "This plugin requires an OpenAI key."

krews:
- index:
owner: sozercan
name: kubectl-ai
branch: chore-{{.Tag}}
pull_request:
enabled: true
commit_author:
name: Sertac Ozercan
email: [email protected]
description: "kubectl-ai is a kubectl plugin to generate and apply Kubernetes manifests using OpenAI GPT."
short_description: "Generate and apply manifests using OpenAI GPT."
caveats: "This plugin requires an OpenAI key."

0 comments on commit ec9af71

Please sign in to comment.