bee icon indicating copy to clipboard operation
bee copied to clipboard

`brew install swarm-bee` installs RC instead latest stable

Open Cafe137 opened this issue 10 months ago • 1 comments

Context

MacOS / Brew

Summary

brew install swarm-bee                                          
==> Fetching ethersphere/tap/swarm-bee
==> Downloading https://github.com/ethersphere/bee/releases/download/v2.5.0-rc4/bee-darwin-arm64.tar.gz
Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/f1499ccdef74343a112407c364b213448f808f291a83273cff97e378e4476e62--bee-darwin-arm64.tar.gz
==> Installing swarm-bee from ethersphere/tap
Error: An exception occurred within a child process:
  NoMethodError: undefined method `exists?' for class File

Expected behavior

RCs should not be offered for brew install (or other pacman installs) by default.

  • It may have breaking changes in the protocol and it cannot connect to other nodes.
  • It may require different configuration or setup than the current documentation which is written for the latest stable.

Actual behavior

Please see Summary

Steps to reproduce

Please see Summary

Possible solution

set skip_upload: auto in goreleaser brew (credits darkobas)

Cafe137 avatar Feb 20 '25 07:02 Cafe137

I am not sure that skip_upload: auto is enough. Is it enough? As I investigated skip_upload: auto and it could work for brew but not pacman(nfpms)

martinconic avatar Mar 05 '25 15:03 martinconic