From d20e0f78cdb15f5e9d17644c83da271571bb4579 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Thu, 8 Apr 2021 21:40:03 -0300 Subject: [PATCH] Add scoop config to .goreleaser.yml (#236) --- .goreleaser.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6133ecb9f..4a2a42656 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -49,10 +49,25 @@ brews: email: support@auth0.com homepage: https://cli.auth0.com description: Supercharge your developer workflow. + license: MIT + skip_upload: auto install: | bin.install "auth0" (bash_completion/"auth0").write `#{bin}/auth0 completion bash` (fish_completion/"auth0.fish").write `#{bin}/auth0 completion fish` (zsh_completion/"_auth0").write `#{bin}/auth0 completion zsh` - caveats: "Thanks for installing Auth0 CLI" + caveats: "Thanks for installing the Auth0 CLI" +scoop: + bucket: + owner: auth0 + name: scoop-auth0-cli + commit_author: + name: auth0 + email: support@auth0.com + commit_msg_template: "Scoop manifest update for {{ .ProjectName }} version {{ .Tag }}" + homepage: https://github.com/auth0/auth0-cli + description: Supercharge your developer workflow. + license: MIT + skip_upload: auto + post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"]