From 4fd24def40669798bf70ddb1754587d5d7a575e6 Mon Sep 17 00:00:00 2001 From: drew Date: Tue, 29 Jul 2025 17:13:24 +0400 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 709b49ffcf64bd96c5dd932a084ffda0bd70f212..717ab46b5014ede9ff063dae3a8d7d935040e626 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -69,9 +69,10 @@ release: # If set to true, will mark the release as a pre-release. prerelease: auto -# 'brews' configures the Homebrew tap integration. brews: - name: email-cli + homepage: "https://github.com/andrinoff/email-cli" + description: "A beautiful and functional email client for your terminal." tap: owner: andrinoff name: homebrew-email-cli @@ -79,10 +80,7 @@ brews: commit_author: name: goreleaserbot email: bot@goreleaser.com - description: "A beautiful and functional email client for your terminal." - homepage: "https://github.com/andrinoff/email-cli" - dependencies: [] - test: | - system "#{bin}/email-cli --version" install: | bin.install "email-cli" + test: | + system "#{bin}/email-cli --version"