1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

better example

This commit is contained in:
Carlos Alexandro Becker 2017-01-21 20:08:06 -02:00
parent 46603d6d89
commit f61c0fdcc5
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -184,7 +184,7 @@ build:
# generator or whatever you want.
# Default is both hooks empty.
hooks:
pre: touch somefile
pre: rice embed-go
post: ./script.sh
```