Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ release:
brews:
- name: runpodctl
homepage: "https://github.com/runpod/runpodctl"
description: "runpodctl is a CLI tool to manage your GPU pods on RunPod."
repository:
owner: runpod
name: homebrew-runpodctl
Expand All @@ -63,13 +64,41 @@ brews:
owner: runpod
name: homebrew-runpodctl
branch: main
body: |
update homebrew formula to [v{{ .Version }}](https://github.com/runpod/runpodctl/releases/tag/{{ .Tag }}).

{{ .ReleaseNotes }}
commit_author:
name: runpod
email: support@runpod.io
install: |
bin.install "runpodctl"
ids: [default]

homebrew_casks:
- name: runpodctl
homepage: "https://github.com/runpod/runpodctl"
description: "runpodctl is a CLI tool to manage your GPU pods on RunPod."
repository:
owner: runpod
name: homebrew-runpodctl
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
branch: "runpodctl-cask-{{ .Version }}"
pull_request:
enabled: true
base:
owner: runpod
name: homebrew-runpodctl
branch: main
body: |
update homebrew cask to [v{{ .Version }}](https://github.com/runpod/runpodctl/releases/tag/{{ .Tag }}).

{{ .ReleaseNotes }}
commit_author:
name: runpod
email: support@runpod.io
ids: [default]

checksum:
name_template: "checksums_{{ .Version }}_sha256.txt"
algorithm: sha256