Skip to content

Commit 2b038a2

Browse files
committed
chore: skip rc upload for brews
fixes: #5013
1 parent 83d865f commit 2b038a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.goreleaser.yml

+8
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@ brews:
293293
294294
homepage: https://swarm.ethereum.org/
295295
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
296304
caveats: |
297305
Logs: #{var}/log/swarm-bee/bee.log
298306
Config: #{etc}/swarm-bee/bee.yaml

0 commit comments

Comments
 (0)