Skip to content

Commit

Permalink
Update go releaser config (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
klvmungai authored Feb 20, 2020
1 parent f002f21 commit 37fb66a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@ builds:
- linux
goarch:
- amd64
brew:
brews:
# Reporitory to push the tap to.
github:
owner: namely
name: homebrew-tap
- github:
owner: namely
name: homebrew-tap

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

# Add custom require_relative to include download strategy
# Default is empty.
custom_require: ../github_download_strategy
# Add custom require_relative to include download strategy
# Default is empty.
custom_require: ../github_download_strategy

# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: goreleaserbot
email: [email protected]
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: goreleaserbot
email: [email protected]

# 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

# Your app's homepage.
# Default is empty.
homepage: "https://github.com/namely/k8s-pipeliner"
# Your app's homepage.
# Default is empty.
homepage: "https://github.com/namely/k8s-pipeliner"

# Your app's description.
# Default is empty.
description: "k8s-pipeliner generates Spinnaker pipelines from a source file."
# Your app's description.
# Default is empty.
description: "k8s-pipeliner generates Spinnaker pipelines from a source file."

0 comments on commit 37fb66a

Please sign in to comment.