mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
f7bfac8e6f
- Updates Homebrew config to make "SkipUpload" a string so that it can contain more than true or false values. New available options are "true", "false" and "auto". - Adds a new check in Homebrew publish to see if it should skip due to a prerelease and "SkipUpload" set to auto. - Adds a new test to make sure that tap publishing is skipped when set to "auto" and a prerelease semver is provided. - Updates documents to add information about the new "auto" option for "SkipUpload".