Skip to content

Commit

Permalink
fix: enable release with Homebrew only on stable versions (#455)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Cheng <rudeigerc@gmail.com>
  • Loading branch information
rudeigerc committed Jun 18, 2022
1 parent a4b8b38 commit 3c0afb3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker_manifests:
- ghcr.io/tensorchord/envd-ssh-from-scratch:{{ .Version }}-amd64
- ghcr.io/tensorchord/envd-ssh-from-scratch:{{ .Version }}-arm64v8
brews:
- name: 'envd{{ if filter .Prerelease "alpha" }}@alpha{{ end }}'
- name: envd
ids:
- envd
tap:
Expand All @@ -103,13 +103,11 @@ brews:
homepage: https://envd.tensorchord.ai/
description: Development environment for data science and AI/ML teams
license: Apache-2.0
skip_upload: '{{ if filter .Prerelease "rc" }}true{{ else }}false{{ end }}'
skip_upload: auto
caveats: |
Please run `envd bootstrap` first to bootstrap
dependencies:
- name: go
type: build
conflicts:
- envd{{ with not .Prerelease }}@alpha{{ end }}
test: |
system "#{bin}/envd version"

0 comments on commit 3c0afb3

Please sign in to comment.