Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update brew homepage #321

Merged
merged 3 commits into from
Jul 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from brew tooling to verify a formula:

auth0/auth0-cli/auth0:
  * 5: col 1: A `test do` test block should be added
  * 6: col 44: Description shouldn't end with a full stop.
  * 42: col 16: Place the first line of a multi-line method definition's body on its own line.
Error: 3 problems in 1 formula detected

I'm still figuring out how to add the test from the goreleases definition. But we can merge this in the meantime.

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'"]