File tree Expand file tree Collapse file tree 1 file changed +26
-14
lines changed Expand file tree Collapse file tree 1 file changed +26
-14
lines changed Original file line number Diff line number Diff line change
1
+ before :
2
+ hooks :
3
+ - go mod tidy
4
+
1
5
builds :
2
- - env :
3
- - CGO_ENABLED=0
6
+ -
4
7
goos :
5
- - darwin
6
- - linux
7
- - windows
8
- archive :
8
+ - linux
9
+ - windows
10
+ - darwin
11
+ goarch :
12
+ - amd64
13
+ - 386
14
+ env :
15
+ - CGO_ENABLED=0
16
+ ldflags :
17
+ - -X github.com/codefresh-io/venona/venonactl/cmd.version={{.Version}} -X github.com/codefresh-io/venona/venonactl/cmd.commit={{.Commit}} -X github.com/codefresh-io/venona/venonactl/cmd.date={{.Date}}
18
+
19
+ archives :
20
+ -
9
21
replacements :
10
22
darwin : Darwin
11
23
linux : Linux
12
24
windows : Windows
13
25
386 : i386
14
26
amd64 : x86_64
15
- format_overrides :
16
- - goos : windows
17
- format : zip
18
- checksum :
19
- name_template : ' checksums.txt'
20
- snapshot :
21
- name_template : " {{ .Tag }}-next"
27
+ name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
22
28
changelog :
23
29
sort : asc
24
30
filters :
25
31
exclude :
26
32
- ' ^docs:'
27
- - ' ^test:'
33
+ - ' ^test:'
34
+
35
+
36
+ release :
37
+ github :
38
+ owner : codefresh-io
39
+ name : stevedore
You can’t perform that action at this time.
0 commit comments