Skip to content

Commit

Permalink
Remove deprecated replacements
Browse files Browse the repository at this point in the history
Used name_template instead of replacements for archive
  • Loading branch information
Michael Christenson II committed Nov 13, 2023
1 parent ff1bd0a commit 3951019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/auth0
/test/integration/identifiers
coverage*
/dist

# Swap
[._]*.s[a-v][a-z]
Expand Down
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ builds:
- -X 'github.com/auth0/auth0-cli/internal/buildinfo.BuildDate={{.Date}}'
- -X 'github.com/auth0/auth0-cli/internal/instrumentation.SentryDSN={{.Env.SENTRY_DSN}}'
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
files:
- none*
format_overrides:
Expand Down

0 comments on commit 3951019

Please sign in to comment.