File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- sboms :
3
- - artifacts : archive
4
1
# This is an example .goreleaser.yml file with some sensible defaults.
5
2
# Make sure to check the documentation at https://goreleaser.com
3
+
4
+ # The lines below are called `modelines`. See `:help modeline`
5
+ # Feel free to remove those if you don't want/need to use them.
6
+ # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7
+ # vim: set ts=2 sw=2 tw=0 fo=cnqoj
8
+
9
+ version : 1
10
+
6
11
before :
7
12
hooks :
8
13
# You may remove this if you don't use go modules.
9
14
- go mod tidy
10
15
# you may remove this if you don't need go generate
11
16
# - go generate ./...
17
+
12
18
builds :
13
- -
14
- env :
19
+ - env :
15
20
- CGO_ENABLED=0
16
21
goarch :
17
22
- amd64
@@ -23,11 +28,14 @@ builds:
23
28
- goos : darwin
24
29
goarch : arm
25
30
- goos : windows
31
+ goos :
32
+ - linux
33
+ - windows
34
+ - darwin
26
35
27
36
archives :
28
37
- format : tar.gz
29
- # this name template makes the OS and Arch compatible with the results of
30
- # uname.
38
+ # this name template makes the OS and Arch compatible with the results of `uname`.
31
39
name_template : >-
32
40
{{ .ProjectName }}_
33
41
{{- title .Os }}_
@@ -39,17 +47,7 @@ archives:
39
47
format_overrides :
40
48
- goos : windows
41
49
format : zip
42
- checksum :
43
- name_template : ' checksums.txt'
44
- snapshot :
45
- name_template : " {{ incpatch .Version }}-next"
46
- changelog :
47
- skip : true
48
- sort : asc
49
- filters :
50
- exclude :
51
- - ' ^docs:'
52
- - ' ^test:'
50
+
53
51
nfpms :
54
52
-
55
53
id : ' is'
77
75
- src : ' README.md'
78
76
dst : ' /usr/share/doc/is/README.md'
79
77
80
- # The lines beneath this are called `modelines`. See `:help modeline`
81
- # Feel free to remove those if you don't want/use them.
82
- # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
83
- # vim: set ts=2 sw=2 tw=0 fo=cnqoj
78
+ changelog :
79
+ sort : asc
80
+ filters :
81
+ exclude :
82
+ - " ^docs:"
83
+ - " ^test:"
You can’t perform that action at this time.
0 commit comments