mirror of https://github.com/maxcnunes/gaper.git
Configure releaser
This commit is contained in:
parent
d6093dc9ea
commit
1107ded5c8
|
@ -0,0 +1,11 @@
|
|||
builds:
|
||||
- main: main.go
|
||||
binary: gaper
|
||||
goos:
|
||||
- windows
|
||||
- darwin
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
env:
|
||||
- CGO_ENABLED=0
|
|
@ -18,3 +18,10 @@ after_success:
|
|||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: curl -sL http://git.io/goreleaser | bash
|
||||
on:
|
||||
tags: true
|
||||
|
|
|
@ -7,6 +7,7 @@ gaper
|
|||
[](https://codecov.io/gh/maxcnunes/gaper)
|
||||
[](http://godoc.org/github.com/maxcnunes/gaper)
|
||||
[](https://goreportcard.com/report/github.com/maxcnunes/gaper)
|
||||
[](https://github.com/goreleaser)
|
||||
|
||||
Restarts programs when they crash or a watched file changes.
|
||||
|
||||
|
|
Loading…
Reference in New Issue