Skip to content

Commit

Permalink
chore: update brew homepage (#321)
Browse files Browse the repository at this point in the history
* chore: update brew homepage

* Update .goreleaser.yml

* Update .goreleaser.yml
  • Loading branch information
jfatta authored Jul 2, 2021
1 parent 84b051e commit f589e1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ brews:
commit_author:
name: auth0
email: [email protected]
homepage: https://cli.auth0.com
description: Supercharge your developer workflow.
homepage: https://auth0.github.io/auth0-cli
description: Auth0 command-line tool to supercharge your developer workflow
license: MIT
skip_upload: auto
install: |
Expand All @@ -68,8 +68,8 @@ scoop:
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.
homepage: https://auth0.github.io/auth0-cli
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'"]

0 comments on commit f589e1c

Please sign in to comment.