Skip to content

Commit

Permalink
update packages to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Jan 16, 2021
1 parent 4ddc0c5 commit 2d36d1d
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# .goreleaser.yml
builds:
- binary: gorp
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- linux
goarch:
- amd64
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
env_files:
# use only one or release will fail!
github_token: ~/.goreleaser/github

0 comments on commit 2d36d1d

Please sign in to comment.