Skip to content

Commit

Permalink
move brew to macos stage
Browse files Browse the repository at this point in the history
  • Loading branch information
carljavier committed Sep 4, 2023
1 parent 8004cf0 commit 726cd76
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 30 deletions.
31 changes: 31 additions & 0 deletions .goreleaser-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,34 @@ changelog:
- '^docs:'
- '^test:'


brews:
-
name: hava

# Git author used to commit to the repository.
commit_author:
name: teamhava
email: support@hava.io

# Your app's homepage.
homepage: "https://github.com/teamhava/hava-ui-cli"

# Folder inside the repository to put the formula.
folder: Formula

# Your app's description.
#
# Templates: allowed
description: "hava is a Go CLI tool to interact with app.hava.io platform."

# SPDX identifier of your app's license.
license: "Apache-2.0"

# Repository to push the generated files to.
repository:
owner: teamhava
name: homebrew-hava



32 changes: 2 additions & 30 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dockers:
- hava/cli:{{ .Tag }}
dockerfile: Dockerfile-goreleaser


## Github Actions will upload artifacts to release
release:
skip_upload: true

Expand All @@ -57,33 +59,3 @@ changelog:
- '^docs:'
- '^test:'

brews:
-
name: hava

# Git author used to commit to the repository.
commit_author:
name: teamhava
email: support@hava.io

# Your app's homepage.
homepage: "https://github.com/teamhava/hava-ui-cli"

# Folder inside the repository to put the formula.
folder: Formula

# Your app's description.
#
# Templates: allowed
description: "hava is a Go CLI tool to interact with app.hava.io platform."

# SPDX identifier of your app's license.
license: "Apache-2.0"

# Repository to push the generated files to.
repository:
owner: teamhava
name: homebrew-hava



0 comments on commit 726cd76

Please sign in to comment.