File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 15
15
16
16
# Dependency directories (remove the comment below to include it)
17
17
# vendor/
18
+
19
+ dist /
Original file line number Diff line number Diff line change
1
+ project_name : dashmsg
2
+ before :
3
+ hooks :
4
+ - go mod download
5
+ - go mod tidy
6
+ - go generate ./...
7
+ builds :
8
+ - id : dashmsg-default
9
+ main : ./cmd/dashmsg/
10
+ env :
11
+ - CGO_ENABLED=1
12
+ goos :
13
+ - linux
14
+ - windows
15
+ - darwin
16
+ goarch :
17
+ - 386
18
+ - amd64
19
+ - arm
20
+ - arm64
21
+ goarm :
22
+ - 6
23
+ - 7
24
+ archives :
25
+ - replacements :
26
+ darwin : Darwin
27
+ linux : Linux
28
+ windows : Windows
29
+ 386 : i386
30
+ amd64 : x86_64
31
+ format_overrides :
32
+ - goos : windows
33
+ format : zip
34
+ checksum :
35
+ name_template : ' checksums.txt'
36
+ snapshot :
37
+ name_template : ' {{ .Tag }}-next'
38
+ changelog :
39
+ sort : asc
40
+ filters :
41
+ exclude :
42
+ - ' ^docs:'
43
+ - ' ^test:'
You can’t perform that action at this time.
0 commit comments