Skip to content

Commit

Permalink
clean up goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch committed Apr 30, 2021
1 parent a89933b commit 9f8d62d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 156 deletions.
27 changes: 4 additions & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,19 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
- go mod download

- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- 386

archives:
- replacements:
darwin: macos
linux: Linux
windows: Windows
amd64: x86_64
format: binary


- format: binary
checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

disable: true
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module spotify
go 1.16

require (
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
Expand Down
Loading

0 comments on commit 9f8d62d

Please sign in to comment.