Skip to content

Conversation

svix-jbrown
Copy link
Contributor

@svix-jbrown svix-jbrown commented Oct 10, 2025

Motivation

fixes svix/homebrew-svix#1

Solution

this applies a patch to the generated Homebrew formula at release time.

depends on svix/homebrew-svix#3

It also changes the committer email because axo.dev doesn't exist any more.

@svix-jbrown svix-jbrown marked this pull request as ready for review October 10, 2025 19:10
@svix-jbrown svix-jbrown requested a review from a team as a code owner October 10, 2025 19:10
# cargo-dist doesn't let you customize homebrew formulae at all, which is kind of silly
- name: Apply patches
run: |
patch --no-backup-if-mismatch -p0 -i .patches/homebrew-add-completions.patch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does this file come from? Did you mean to commit it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it comes from this PR: svix/homebrew-svix#3 (in this PR's description)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Formula should install completion automatically

3 participants