mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: brew download strategy
closes #967 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
c2918e4eec
commit
a07035614a
@ -50,7 +50,9 @@ brews:
|
||||
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
|
||||
url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
|
||||
# Allows you to set a custom download strategy.
|
||||
# Allows you to set a custom download strategy. Note that you'll need
|
||||
# to implement the strategy and add it to your tap repository.
|
||||
# Example: http://lessthanhero.io/post/homebrew-with-private-repo-releases/
|
||||
# Default is empty.
|
||||
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user