Skip to content

Commit

Permalink
chore: fix goreleaser configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Sep 27, 2020
1 parent b6a6513 commit 08e834e
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,28 @@ changelog:
- '^test:'
- '^tests:'

archive:
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm}}v{{ .Arm }}{{ end }}'
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
archives:
- id: motoko
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm}}v{{ .Arm }}{{ end }}'
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- LICENSE

brew:
github:
owner: ldez
name: homebrew-tap
commit_author:
name: ldez
email: ldez@users.noreply.github.com
folder: Formula
homepage: https://github.com/ldez/motoko
description: Based on Go modules, update a dependency to a major version
test: |
system "#{bin}/motoko version"
brews:
- github:
owner: ldez
name: homebrew-tap
commit_author:
name: ldez
email: ldez@users.noreply.github.com
folder: Formula
homepage: https://github.com/ldez/motoko
description: Based on Go modules, update a dependency to a major version
test: |
system "#{bin}/motoko version"
scoop:
bucket:
Expand Down

0 comments on commit 08e834e

Please sign in to comment.