Skip to content

Commit

Permalink
Add scoop config to .goreleaser.yml (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Apr 9, 2021
1 parent 80245a7 commit d20e0f7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,25 @@ brews:
email: [email protected]
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: [email protected]
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'"]

0 comments on commit d20e0f7

Please sign in to comment.