Skip to content

Commit

Permalink
adding mod hooks back in
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaqx committed Jul 3, 2020
1 parent d84d049 commit 5430f74
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
env:
- GO111MODULE=on
- GOPROXY=https://proxy.golang.org
before:
hooks:
- go mod download
builds:
- main: cmd/serve/main.go
binary: serve
Expand All @@ -20,13 +26,14 @@ builds:
archives:
- id: tarball
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macos
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

brews:
- github:
owner: syntaqx
Expand All @@ -36,11 +43,12 @@ brews:
description: serve is a static http server anywhere you need one.
test: |
system "#{bin}/serve version"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch

0 comments on commit 5430f74

Please sign in to comment.