chore(deps): make release pipeline create binary#2758
Merged
Conversation
olamilekan000
force-pushed
the
make-release-pipeline-create-binary
branch
from
July 23, 2026 15:29
7cb05a2 to
b5ba0d6
Compare
olamilekan000
force-pushed
the
make-release-pipeline-create-binary
branch
from
July 23, 2026 15:37
b5ba0d6 to
b63b4ac
Compare
mekilis
approved these changes
Jul 23, 2026
mekilis
left a comment
Collaborator
There was a problem hiding this comment.
Approving. Removes Cloudsmith cleanly (publishers, the install step, and the CLOUDSMITH_API_KEY env), switches release auth to github.token, adds HOMEBREW_TAP_TOKEN, and publishes binaries/packages/checksums to the GitHub Release with the brew formula pulling from there. version: 2 bump is correct too.
Note: PR CI only covers lint/tests, not the release path. Real validation is the next v* tag running the Release Go Binaries workflow green (goreleaser creating the GitHub Release with assets and updating homebrew-tools).
mekilis
enabled auto-merge
July 23, 2026 15:41
mekilis
disabled auto-merge
July 23, 2026 15:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Medium Risk
Changes how production binaries and Homebrew formulas are published; misconfigured
HOMEBREW_TAP_TOKENor token permissions could break releases or leave install paths stale.Overview
Shifts binary distribution from Cloudsmith to GitHub Releases and updates how releases are automated end-to-end.
The release workflow drops Python/Cloudsmith CLI setup and
CLOUDSMITH_API_KEY, switchesGITHUB_TOKENfromsecrets.RELEASE_TOKENto the workflowgithub.token, and passesHOMEBREW_TAP_TOKENinto GoReleaser for tap updates..publisher.ymlis bumped to GoReleaser v2, removes all Cloudsmithpublishers, wires Homebrew tocobin-archivewith download URLs fromgithub.com/frain-dev/convoy/releases, and simplifies thereleaseblock (nolibrelease id).RELEASE.mdanddocs/monthly-release-workflow.mddescribe the new flow: GoReleaser creates/publishes the GitHub Release (archives, deb/rpm, checksums), updatesfrain-dev/homebrew-tools, and documents the requiredHOMEBREW_TAP_TOKENsecret—replacing the old manual “publish release” / Cloudsmith steps.Reviewed by Cursor Bugbot for commit b63b4ac. Bugbot is set up for automated code reviews on this repo. Configure here.