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

Feat: enable distribution with homebrew #296

Merged
merged 2 commits into from
Oct 4, 2021

Conversation

dduportal
Copy link
Contributor

@dduportal dduportal commented Oct 3, 2021

Fix #154 (this PR is the last mile)

This PR enables distribution of updatecli through an homebrew tam.

It follows the goreleaser's homebrew documentation and the official homebrew tap maintainer documentation.

The repository updatecli/hombrew-updatecli had been created (empty) to hosts the formula with the homebrew default convention naming.

Test

We have to perform a release to end-2-end validate.

Once a release will be performed after merging this PR, then a macOS user will be able to install updatecli with:

brew tap updatecli/updatecli
brew install updatecli

Additionnal Information

Tradeoff

Potential improvement

@dduportal dduportal requested a review from olblak October 3, 2021 06:46
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
@olblak
Copy link
Member

olblak commented Oct 4, 2021

This PR sounds good to me, @dduportal how confident do you feel with this one? Should we wait for a specific release with this one?

@dduportal
Copy link
Contributor Author

@olblak I cannot be sure that it will work at the first try. I've tried as much as possible locally, I propose that (if it is ok for your review of course) we merge it, then proceed to release 0.8.0 (as it will allow to use aws/ami new resource).
If the release fails or does not procudes a working homebrew tap, then I'll quickly work to fix it for an eventual 0.8.1: sounds good for you?

@olblak olblak merged commit d2689db into updatecli:main Oct 4, 2021
@olblak olblak added the enhancement New feature or request label Oct 5, 2021
@dduportal dduportal deleted the feat/homebrew branch October 19, 2021 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve distribution of updateCli
2 participants