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

[v23.3.x] goreleaser: rm publish brews #23913

Closed vbotbuildovich closed 5 hours ago

vbotbuildovich commented 5 hours ago

Backport https://github.com/redpanda-data/redpanda/pull/23865 to branch v23.3.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 v23.3.x
  git checkout -b manual-backport-23865-v23.3.x-553
  git cherry-pick -x 47a13b98dc

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

no need to backport 47a13b98dc to v23.3.x branch because already taken care of in ead2798afd4584ff7e6b94d297df2608904c2cc0