1
0
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:
Carlos Alexandro Becker 2019-08-31 10:33:06 -03:00
parent c2918e4eec
commit a07035614a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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