thegeeklab / git-sv

Semantic versioning tool for git based on conventional commits
MIT License
8 stars 1 forks source link

Homebrew tap support #118

Open pat-s opened 2 days ago

pat-s commented 2 days ago

https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap - would make updating a bit more convenient than manually updating from the release assets.

xoxys commented 1 day ago

In general, I'm not against it, but as I'm not a Mac user, its hard for me to maintain it. What concerns me the most is https://github.com/Homebrew/brew/blob/master/docs/Taps.md#repository-naming-conventions-and-assumptions as I really don't want to maintain a second repo to support it.

pat-s commented 1 day ago

Yes, that's required. I think you can provide multiple formulas in one repo/tap.

Of course anyone could provide/create a tap and create a formula, but ideally (trust/security) the tap would be hosted within the same namespace that hosts the source as well (i.e. thegeeklab org).

Another possible formula would be ansible-doctor that could be provided there. HTH if needed...

xoxys commented 1 day ago

For me that's out of scope as I can't maintain it. If you would like to take care, I could create a repo and invite you as maintainer.

xoxys commented 1 day ago

Im also happy to link an external repo in the readme as community support to create some "trust".