redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.59k stars 583 forks source link

[v24.1.x] goreleaser: rm publish brews #23911

Closed vbotbuildovich closed 4 hours ago

vbotbuildovich commented 4 hours ago

Backport https://github.com/redpanda-data/redpanda/pull/23865 to branch v24.1.x. This issue was created as a placeholder because the original PR's commit(s) could not be automatically cherry-picked. Here are the commands to execute:


  git checkout v24.1.x
  git checkout -b manual-backport-23865-v24.1.x-793
  git cherry-pick -x 47a13b98dc

  git push origin manual-backport-23865-v24.1.x-793
  gh pr create \
    --title "[v24.1.x] goreleaser: rm publish brews" \
    --base "v24.1.x" \
    --label "kind/backport" \
    --head "manual-backport-23865-v24.1.x-793" \
    --draft \
    --repo "redpanda-data/redpanda" \
    --milestone "v24.1.x-next" \
    --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/23865 "
andrewhsu commented 4 hours ago

no need to backport 47a13b98dc to v24.1.x branch because already taken care of in 44528c10e97949c9722314de453840057f51f424