From 8b91d846a1a26bd598a885bc5854323b72f7314f Mon Sep 17 00:00:00 2001 From: thaim Date: Wed, 11 Jan 2023 23:04:00 +0000 Subject: [PATCH] add homepage and description in homebrew --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4eaa99b..f054016 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -42,3 +42,5 @@ brews: owner: thaim name: homebrew-tap token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" + homepage: "https://github.com/thaim/ec2id" + description: "A CLI tool that retrieve the EC2 instance ID of specified instance's Name tag"