From 1279b630bd66942cd20f553dd394c55567f3fec5 Mon Sep 17 00:00:00 2001 From: Michael Christenson II Date: Mon, 13 Nov 2023 12:11:39 -0500 Subject: [PATCH] Revert "dxcdt-615-goreleaser-upgrade (#909)" This reverts commit ac185b1baafdc74849f728fcd641272471e0fe38. --- .gitignore | 1 - .goreleaser.yml | 37 +++++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 2d6eec10e..a1560ab06 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /auth0 /test/integration/identifiers coverage* -/dist # Swap [._]*.s[a-v][a-z] diff --git a/.goreleaser.yml b/.goreleaser.yml index e044543cc..2fdc5222f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,7 +18,12 @@ builds: - -X 'github.com/auth0/auth0-cli/internal/buildinfo.BuildDate={{.Date}}' - -X 'github.com/auth0/auth0-cli/internal/instrumentation.SentryDSN={{.Env.SENTRY_DSN}}' archives: - - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ if eq .Arch "arm64" }}arm64{{ else }}x86_64{{ end }}' + - replacements: + darwin: Darwin + linux: Linux + windows: Windows + 386: i386 + amd64: x86_64 files: - none* format_overrides: @@ -32,7 +37,7 @@ changelog: skip: true brews: - name: auth0 - repository: + tap: owner: auth0 name: homebrew-auth0-cli commit_author: @@ -49,17 +54,17 @@ brews: (fish_completion/"auth0.fish").write `#{bin}/auth0 completion fish` (zsh_completion/"_auth0").write `#{bin}/auth0 completion zsh` caveats: "Thanks for installing the Auth0 CLI" -scoops: - - name: auth0 - repository: - 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://auth0.github.io/auth0-cli - description: Build, manage and test your Auth0 integrations from the command line - license: MIT - skip_upload: auto - post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"] +scoop: + name: auth0 + 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://auth0.github.io/auth0-cli + description: Build, manage and test your Auth0 integrations from the command line + license: MIT + skip_upload: auto + post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"]