Skip to content

Commit

Permalink
add before hooks in gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Sep 20, 2018
1 parent 138ec26 commit a51d0db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion goreleaser.yaml
@@ -1,6 +1,9 @@
project_name: cvpm
before:
hooks:
- cp cli/*.go ./
builds:
- main: ./cli/main.go
- main: main.go
- binary: cvpm
- goarch:
- amd64
Expand Down

0 comments on commit a51d0db

Please sign in to comment.