File tree Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Original file line number Diff line number Diff line change 1
- builds :
2
1
- env :
3
- - CGO_ENABLED=0
2
+ - CGO_ENABLED=0
4
3
goos :
5
4
- darwin
6
5
- linux
@@ -13,26 +12,15 @@ archives:
13
12
386 : i386
14
13
amd64 : x86_64
15
14
format_overrides :
16
- - goos : windows
17
- - format : zip
18
- name_template : ' {{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}'
15
+ - goos : windows
16
+ format : zip
19
17
checksum :
20
- name_template : ' {{ .ProjectName }}_{{ .Tag }}_SHA256SUMS'
21
- algorithm : sha256
22
- signs :
23
- - artifacts : checksum
24
- args :
25
- # if you are using this in a GitHub action or some other automated pipeline, you
26
- # need to pass the batch flag to indicate its not interactive.
27
- - " --batch"
28
- - " --local-user"
29
- - " {{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
30
- - " --output"
31
- - " ${signature}"
32
- - " --detach-sign"
33
- - " ${artifact}"
34
- release :
35
- # If you want to manually examine the release before its live, uncomment this line:
36
- # draft: true
18
+ name_template : ' checksums.txt'
19
+ snapshot :
20
+ name_template : " {{ .Tag }}-next"
37
21
changelog :
38
- skip : true
22
+ sort : asc
23
+ filters :
24
+ exclude :
25
+ - ' ^docs:'
26
+ - ' ^test:'
You can’t perform that action at this time.
0 commit comments