kaytu-io / kaytu

Kaytu's AI platform boosts cloud efficiency by analyzing historical usage and delivering intelligent recommendations—such as optimizing instance sizes—that maintain reliability. Pay for what you need, without compromising your apps.
https://kaytu.io
Other
593 stars 10 forks source link

Fixes bug where pre-releases are marked as latest releases and Fixes homebrew #185

Closed ADorigi closed 3 weeks ago

ADorigi commented 3 weeks ago

Description

fixes #182 fixes #186

The goreleaser configuration allows specifying if the release being created is to be marked latest. It also smartly understands if the release is a pre-release, by looking at the tag. From what I understand from here, it will look for -rc in the tag. Setting the prerelease configuration as auto, fits perfectly to our use case.

The homebrew section in goreleaser configuration was incorrectly configured.

Changes: