Skip to content

Commit

Permalink
fix goreleaser for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Duchesneau committed Apr 24, 2020
1 parent 8b4f7ae commit 12a94db
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ builds:
env:
- CGO_ENABLED=0
lang: go
archive:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
"386": i386
amd64: x86_64
Expand All @@ -45,12 +45,12 @@ archive:
- README*
- changelog*
- CHANGELOG*
nfpm:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
nfpms:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
}}v{{ .Arm }}{{ end }}'
bindir: /usr/local/bin
snapcraft:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
snapcrafts:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
}}v{{ .Arm }}{{ end }}'
snapshot:
name_template: '{{ .Tag }}-next'
Expand All @@ -63,8 +63,8 @@ changelog:
- '^test:'
sort: asc
dist: dist
sign:
cmd: keybase
signs:
- cmd: keybase
args:
- sign
- --infile
Expand All @@ -77,9 +77,9 @@ sign:
artifacts: checksum
env_files:
github_token: ~/.config/goreleaser/github_token
brew:
github:
brews:
- github:
owner: eoscanada
name: homebrew-tap
homepage: "https://eosc.app/"
description: "Cross-platform EOS command-line swiss-army-knife"
description: "Cross-platform EOS command-line swiss-army-knife"

0 comments on commit 12a94db

Please sign in to comment.