Skip to content

Commit

Permalink
Add setting file for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
井上 翔太 authored and 井上 翔太 committed Oct 5, 2017
1 parent f75f48c commit c5016c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
builds:
- binary: kirimori
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
archive:
format: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- README.md
release:
github:
owner: syossan27
name: kirimori

0 comments on commit c5016c7

Please sign in to comment.