File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ env :
2
+ - GO111MODULE=on
3
+ - GOPROXY=https://proxy.golang.org
4
+ before :
5
+ hooks :
6
+ - go mod download
1
7
builds :
2
8
- main : cmd/serve/main.go
3
9
binary : serve
@@ -20,13 +26,14 @@ builds:
20
26
archives :
21
27
- id : tarball
22
28
format : tar.gz
23
- format_overrides :
24
- - goos : windows
25
- format : zip
26
29
replacements :
27
30
darwin : macos
28
31
386 : i386
29
32
amd64 : x86_64
33
+ format_overrides :
34
+ - goos : windows
35
+ format : zip
36
+
30
37
brews :
31
38
- github :
32
39
owner : syntaqx
@@ -36,11 +43,12 @@ brews:
36
43
description : serve is a static http server anywhere you need one.
37
44
test : |
38
45
system "#{bin}/serve version"
46
+
39
47
changelog :
40
48
sort : asc
41
49
filters :
42
50
exclude :
43
- - ' ^docs:'
44
- - ' ^test:'
45
- - Merge pull request
46
- - Merge branch
51
+ - ' ^docs:'
52
+ - ' ^test:'
53
+ - Merge pull request
54
+ - Merge branch
You can’t perform that action at this time.
0 commit comments