From 4f9583e16f2c8c135bbb07631e8ec6c9297775e2 Mon Sep 17 00:00:00 2001 From: fogfish Date: Tue, 20 Feb 2024 15:33:23 +0200 Subject: [PATCH] Disable Homebrew releases (#3) * disable Homebrew releases due to permission issues --- .goreleaser.yml | 24 +++++++++++++----------- README.md | 6 ++++-- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f34aace..7f1e46a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -36,14 +36,16 @@ changelog: - '^docs:' - '^test:' -brews: - - repository: - owner: zalando - name: rds-health - folder: Formula - goarm: "7" - homepage: https://github.com/zalando/rds-health - description: rds-health discovers anomalies, performance issues and optimization within AWS RDS. - license: MIT - test: | - system "#{bin}/rds-health --version" +# Note: temporary disabled brew releases +# +# brews: +# - repository: +# owner: zalando +# name: rds-health +# folder: Formula +# goarm: "7" +# homepage: https://github.com/zalando/rds-health +# description: rds-health discovers anomalies, performance issues and optimization within AWS RDS. +# license: MIT +# test: | +# system "#{bin}/rds-health --version" diff --git a/README.md b/README.md index cc105e4..e64ee6c 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,10 @@ Let's get your start with `rds-health`. These few simple steps explain how to ru ### Install -Easiest way to install the latest version of utility using binary release, which are available -either from [Homebrew](https://brew.sh/) taps or [GitHub](https://github.com/zalando/rds-health/releases) for multiple platforms. +Easiest way to install the latest version of utility using binary releases, which are available +from [GitHub](https://github.com/zalando/rds-health/releases) for multiple platforms. + Alternatively, you can install application from source code but it requires [Golang](https://go.dev/) to be installed.