We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d865f commit 2b038a2Copy full SHA for 2b038a2
.goreleaser.yml
@@ -293,6 +293,14 @@ brews:
293
email: [email protected]
294
homepage: https://swarm.ethereum.org/
295
description: Ethereum Swarm node
296
+ # Setting this will prevent goreleaser to actually try to commit the updated
297
+ # formula - instead, the formula file will be stored on the dist directory
298
+ # only, leaving the responsibility of publishing it to the user.
299
+ # If set to auto, the release will not be uploaded to the homebrew tap
300
+ # in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
301
+ #
302
+ # Templates: allowed.
303
+ skip_upload: auto
304
caveats: |
305
Logs: #{var}/log/swarm-bee/bee.log
306
Config: #{etc}/swarm-bee/bee.yaml
0 commit comments