Skip to content

Commit

Permalink
Merge pull request #143 from warrensbox/master
Browse files Browse the repository at this point in the history
aded - to yaml - yaml error
  • Loading branch information
warrensbox authored Mar 9, 2021
2 parents 619ba45 + 1c93383 commit f17592c
Showing 1 changed file with 48 additions and 47 deletions.
95 changes: 48 additions & 47 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,63 +44,64 @@ archives:
- goos: windows
format: zip
brew:
# Name of the recipe
# Default to project name
name: tfswitch
-
# Name of the recipe
# Default to project name
name: tfswitch

# GitHub/GitLab repository to push the formula to
tap:
owner: warrensbox
name: homebrew-tap
# GitHub/GitLab repository to push the formula to
tap:
owner: warrensbox
name: homebrew-tap

# Reporitory to push the tap to.
# github:
# owner: warrensbox
# name: homebrew-tap
# Reporitory to push the tap to.
# github:
# owner: warrensbox
# name: homebrew-tap

# Allows you to set a custom download strategy.
# Default is empty.
#download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
# Allows you to set a custom download strategy.
# Default is empty.
#download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy

# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: Warren Veerasingam
email: warren.veerasingam@gmail.com
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: Warren Veerasingam
email: warren.veerasingam@gmail.com

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

# Caveats for the user of your binary.
# Default is empty.
caveats: "Type 'tfswitch' on your command line and choose the terraform version that you want from the dropdown. This command currently only works on MacOs and Linux"
# Caveats for the user of your binary.
# Default is empty.
caveats: "Type 'tfswitch' on your command line and choose the terraform version that you want from the dropdown. This command currently only works on MacOs and Linux"

# Your app's homepage.
# Default is empty.
homepage: "https://warrensbox.github.io/terraform-switcher"
# Your app's homepage.
# Default is empty.
homepage: "https://warrensbox.github.io/terraform-switcher"

# Your app's description.
# Default is empty.
description: "The tfswitch command lets you switch between terraform versions."
# Your app's description.
# Default is empty.
description: "The tfswitch command lets you switch between terraform versions."

# Setting this will prevent goreleaser to actually try to commit the updated
# formula - instead, the formula file will be stored on the dist folder only,
# leaving the responsibility of publishing it to the user.
# Default is false.
skip_upload: false
# Setting this will prevent goreleaser to actually try to commit the updated
# formula - instead, the formula file will be stored on the dist folder only,
# leaving the responsibility of publishing it to the user.
# Default is false.
skip_upload: false

# Packages that conflict with your package.
conflicts:
- terraform
# Packages that conflict with your package.
conflicts:
- terraform

# So you can `brew test` your formula.
# Default is empty.
test: |
system "#{bin}/tfswitch --version"
# So you can `brew test` your formula.
# Default is empty.
test: |
system "#{bin}/tfswitch --version"
# Custom install script for brew.
# Default is 'bin.install "program"'.
install: |
bin.install "tfswitch"
# Custom install script for brew.
# Default is 'bin.install "program"'.
install: |
bin.install "tfswitch"

0 comments on commit f17592c

Please sign in to comment.