Skip to content

Commit a0bb405

Browse files
committed
Add .goreleaser.yml
1 parent 19751ef commit a0bb405

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.goreleaser.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
builds:
2+
- binary: goreman
3+
goos:
4+
- windows
5+
- darwin
6+
- linux
7+
goarch:
8+
- amd64
9+
- 386
10+
archive:
11+
format: zip
12+
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
13+
files:
14+
- README.md
15+
release:
16+
github:
17+
owner: mattn
18+
name: goreman

0 commit comments

Comments
 (0)