xcparse
xcparse copied to clipboard
[QUESTION] How to update Homebrew tap Automatically
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
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.
Okay thx 👍