mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
Remove reference to deprecated download strategy (#1304)
This commit is contained in:
parent
84d2b71d2a
commit
1b04c6517a
@ -60,9 +60,9 @@ brews:
|
||||
|
||||
# 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/
|
||||
# Example: https://docs.brew.sh/Formula-Cookbook#specifying-the-download-strategy-explicitly
|
||||
# Default is empty.
|
||||
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
|
||||
download_strategy: CurlDownloadStrategy.
|
||||
|
||||
# Allows you to add a custom require_relative at the top of the formula template
|
||||
# Default is empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user