From b93c5e4e116e220b8b484c499ee970d472c3bbb1 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Fri, 3 May 2024 13:58:55 +1000 Subject: [PATCH 1/2] Apply brew lint fixes --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d2e90e0..02d415a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -40,14 +40,14 @@ brews: homepage: "https://dispatch.run" - description: "Dispatch" + description: "A platform for developing scalable & reliable distributed systems." license: "Apache 2.0" skip_upload: false test: | - system "#{bin}/dispatch --version" + system "#{bin}/dispatch", "--version" repository: owner: dispatchrun From 0545ecd997117cca37c560494a14a583569c9ee3 Mon Sep 17 00:00:00 2001 From: Chris O'Hara Date: Fri, 3 May 2024 14:03:58 +1000 Subject: [PATCH 2/2] Use SPDX compatible license identifier --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 02d415a..993fafd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,7 +42,7 @@ brews: description: "A platform for developing scalable & reliable distributed systems." - license: "Apache 2.0" + license: "Apache-2.0" skip_upload: false