SolaWing / xcode-build-server

a build server protocol implementation for integrate xcode with sourcekit-lsp
MIT License
283 stars 16 forks source link

Add release action #36

Closed hyzyla closed 3 months ago

hyzyla commented 3 months ago

One requirement for adding the xcode-build-tool to Homebrew is to have a stable version, as specified in the Homebrew documentation: https://docs.brew.sh/Acceptable-Formulae#stable-versions. In that PR, I've added a GitHub Action that will create a release when a new version tag is detected.

https://github.com/SolaWing/xcode-build-server/issues/35

SolaWing commented 3 months ago

Thank you, I will release a tag