Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Added different repo for brew release (#46)
Browse files Browse the repository at this point in the history
* Added different repo for brew release

Signed-off-by: yuvraj <[email protected]>

* small fix

Signed-off-by: yuvraj <[email protected]>
  • Loading branch information
yindia authored Apr 2, 2021
1 parent cd113ad commit 2cdfdf6
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ brews:
# Default is 6 for all artifacts or each id if there a multiple versions.
goarm: 6

# NOTE: make sure the url_template, the token and given repo (github or gitlab) owner and name are from the
# same kind. We will probably unify this in the next major version like it is done with scoop.

folder: Formula

# Github repository to push the tap to.
tap:
owner: flyteorg
name: flytectl
name: homebrew-tap

# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
Expand All @@ -98,16 +97,12 @@ brews:
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: flytebot
email: [email protected]

# Caveats for the user of your binary.
# Default is empty.
caveats: "How to use this binary"
name: Flyte-Bot
email: [email protected]

# Your app's homepage.
# Default is empty.
homepage: "https://flytectl.readthedocs.io/en/latest"
homepage: "https://docs.flyte.org/projects/flytectl"

# Your app's description.
# Default is empty.
Expand Down

0 comments on commit 2cdfdf6

Please sign in to comment.