-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 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
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 |
---|---|---|
|
@@ -49,3 +49,36 @@ changelog: | |
|
||
release: | ||
draft: true | ||
|
||
brews: | ||
- | ||
# Name template of the recipe | ||
name: fury-cli | ||
|
||
# GitHub repository to receive formula | ||
tap: | ||
owner: gemfury | ||
name: homebrew-tap | ||
token: "{{ .Env.BREW_TAP_GITHUB_TOKEN }}" | ||
|
||
# Git author used to commit to the repository. | ||
commit_author: | ||
email: [email protected] | ||
name: goreleaser | ||
|
||
# Folder inside the repository to put the formula. | ||
folder: Formula | ||
|
||
# App's homepage. | ||
homepage: "https://gemfury.com/" | ||
|
||
# App's description. | ||
description: "CLI For Gemfury Package Repository" | ||
|
||
# Conflicts with Ruby CLI | ||
conflicts: | ||
- gemfury | ||
|
||
# Run to `brew test` the formula. | ||
test: | | ||
system "#{bin}/fury --version" |