Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add brew & scoop setup #6

Merged
merged 1 commit into from
Jun 3, 2021
Merged

add brew & scoop setup #6

merged 1 commit into from
Jun 3, 2021

Conversation

svix-frank
Copy link
Contributor

@svix-frank svix-frank commented Jun 2, 2021

Okay @tasn I lied, both the brew and scoop need to live in separate repos, I propose two repos: homebrew-svix and scoop-svix

The Homebrew flow can then look like this

brew tap svixhq/svix
brew install svix
# or
brew install svixhq/svix/svix

and the scoop flow will look like this:

scoop bucket add svix https://github.com/svixhq/scoop-svix.git
scoop install svix

Additionally before I can merge this, I need to get setup with access to secrets for this repo as well as write access to the newly created repos.

Closes #1.

@svix-frank svix-frank requested a review from tasn June 2, 2021 17:49
@svix-frank svix-frank marked this pull request as draft June 2, 2021 17:50
.goreleaser.yml Outdated Show resolved Hide resolved
.goreleaser.yml Outdated Show resolved Hide resolved
.goreleaser.yml Outdated Show resolved Hide resolved
.goreleaser.yml Outdated Show resolved Hide resolved
@svix-frank svix-frank marked this pull request as ready for review June 3, 2021 15:32
@svix-frank svix-frank requested review from tasn and svix-liam June 3, 2021 15:36
Copy link
Member

@tasn tasn left a comment

Choose a reason for hiding this comment

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

I don't understand how this works. Shouldn't owner be svixhq? Does this even work? :P

@svix-frank svix-frank merged commit 46309c2 into main Jun 3, 2021
@svix-frank svix-frank deleted the frank/release branch June 3, 2021 16:55
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.

[1] Setup Deployments for CLI tool
2 participants