From e283c8c94dc1f215ec3f0b867c0c626b67306ac9 Mon Sep 17 00:00:00 2001 From: "Jorge L. Fatta" Date: Fri, 2 Jul 2021 16:19:34 -0300 Subject: [PATCH 1/3] chore: update brew homepage --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4d4f3843a..d7babd5b5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -48,7 +48,7 @@ brews: commit_author: name: auth0 email: support@auth0.com - homepage: https://cli.auth0.com + homepage: https://auth0.github.io/auth0-cli description: Supercharge your developer workflow. license: MIT skip_upload: auto @@ -68,7 +68,7 @@ scoop: name: auth0 email: support@auth0.com commit_msg_template: "Scoop manifest update for {{ .ProjectName }} version {{ .Tag }}" - homepage: https://github.com/auth0/auth0-cli + homepage: https://auth0.github.io/auth0-cli description: Supercharge your developer workflow. license: MIT skip_upload: auto From dcfcfd5cdd73cd7a05aefb7c4b64ebbdb58c7cab Mon Sep 17 00:00:00 2001 From: "Jorge L. Fatta" Date: Fri, 2 Jul 2021 16:32:47 -0300 Subject: [PATCH 2/3] Update .goreleaser.yml --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d7babd5b5..1f8466f82 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -49,7 +49,7 @@ brews: name: auth0 email: support@auth0.com homepage: https://auth0.github.io/auth0-cli - description: Supercharge your developer workflow. + description: Auth0 command-line tool to supercharge your developer workflow. license: MIT skip_upload: auto install: | @@ -69,7 +69,7 @@ scoop: email: support@auth0.com commit_msg_template: "Scoop manifest update for {{ .ProjectName }} version {{ .Tag }}" homepage: https://auth0.github.io/auth0-cli - description: Supercharge your developer workflow. + description: Auth0 command-line tool to supercharge your developer workflow. license: MIT skip_upload: auto post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"] From 564bb181f2be635573b4addc9132a1effff8ace0 Mon Sep 17 00:00:00 2001 From: "Jorge L. Fatta" Date: Fri, 2 Jul 2021 16:38:42 -0300 Subject: [PATCH 3/3] Update .goreleaser.yml --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1f8466f82..f69cbccdf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -49,7 +49,7 @@ brews: name: auth0 email: support@auth0.com homepage: https://auth0.github.io/auth0-cli - description: Auth0 command-line tool to supercharge your developer workflow. + description: Auth0 command-line tool to supercharge your developer workflow license: MIT skip_upload: auto install: | @@ -69,7 +69,7 @@ scoop: email: support@auth0.com commit_msg_template: "Scoop manifest update for {{ .ProjectName }} version {{ .Tag }}" homepage: https://auth0.github.io/auth0-cli - description: Auth0 command-line tool to supercharge your developer workflow. + description: Auth0 command-line tool to supercharge your developer workflow license: MIT skip_upload: auto post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"]