Skip to content

Commit

Permalink
chore: update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Mar 28, 2020
1 parent eae2980 commit 1b4eded
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ changelog:
- Merge pull request
- Merge branch

archive:
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- LICENSE
- README.md
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- LICENSE
- README.md

release:
github:
owner: mingrammer
name: flog
name_template: '{{.Tag}}'

brew:
name: flog
github:
owner: mingrammer
name: homebrew-flog
commit_author:
name: mingrammer
email: [email protected]
homepage: https://github.com/mingrammer/flog
description: "A fake log generator for common log formats"
install: bin.install "flog"
brews:
- name: flog
github:
owner: mingrammer
name: homebrew-flog
commit_author:
name: mingrammer
email: [email protected]
homepage: https://github.com/mingrammer/flog
description: "A fake log generator for common log formats"
install: bin.install "flog"

0 comments on commit 1b4eded

Please sign in to comment.