xcparse icon indicating copy to clipboard operation
xcparse copied to clipboard

[QUESTION] How to update Homebrew tap Automatically

Open Blackjacx opened this issue 3 years ago • 2 comments

Hey there,

first of all thank you for this awesome tool!

I wanted to ask you, how you update your homebrew formula/tap whenever you create a new release? Does this happen automatically or manually?

Background: In my own project I want to do that automatically but cannot find so much good resource for it.

Best Stefan

Blackjacx avatar Nov 29 '21 14:11 Blackjacx

Currently we are doing it manually. In this repo we are tagging the commit version & then putting a commit on the formula in its repo that just updates the tag. It certainly could be automated, but we haven't done it yet since it would involve scoping a GitHub access that has read/write permissions to both repos but none of our other corporate ones.

abotkin-cpi avatar Dec 15 '21 23:12 abotkin-cpi

Okay thx 👍

stherold avatar Dec 16 '21 14:12 stherold