-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: publish krew and brew (#25)
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
|
||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
||
jobs: | ||
release: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." |