We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e95a1c commit 5a3238eCopy full SHA for 5a3238e
.goreleaser.yaml
@@ -62,14 +62,6 @@ brews:
62
# Default is empty.
63
license: "MIT"
64
65
- # Setting this will prevent goreleaser to actually try to commit the updated
66
- # formula - instead, the formula file will be stored on the dist folder only,
67
- # leaving the responsibility of publishing it to the user.
68
- # If set to auto, the release will not be uploaded to the homebrew tap
69
- # in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
70
- # Default is false.
71
- skip_upload: true
72
-
73
# So you can `brew test` your formula.
74
75
test: |
0 commit comments