File tree 1 file changed +27
-14
lines changed
1 file changed +27
-14
lines changed Original file line number Diff line number Diff line change 1
- brews :
2
- - install : |
3
- bin.install "exportloopref"
4
- tap:
5
- owner: kyoh86
6
- name: homebrew-tap
7
- folder: Formula
8
- homepage: https://github.com/kyoh86/exportloopref
9
- description: An analyzer that finds exporting pointers for loop variables.
1
+ # yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
+
3
+ project_name : exportloopref
10
4
builds :
11
- - goos :
5
+ - id : default
6
+ goos :
12
7
- linux
13
8
- darwin
14
9
- windows
15
10
goarch :
16
11
- amd64
17
- - arm
18
12
- arm64
19
13
- " 386"
20
14
main : ./cmd/exportloopref
21
- hooks :
22
- post :
23
- - go get github.com/kyoh86/git-vertag
15
+ binary : exportloopref
16
+ brews :
17
+ - install : |
18
+ bin.install "exportloopref"
19
+ tap:
20
+ owner: kyoh86
21
+ name: homebrew-tap
22
+ folder: Formula
23
+ homepage: https://github.com/kyoh86/exportloopref
24
+ description: An analyzer that finds exporting pointers for loop variables.
25
+ license: MIT
26
+ nfpms :
27
+ - builds :
28
+ - default
29
+ maintainer : kyoh86 <me@kyoh86.dev>
30
+ homepage : https://github.com/kyoh86/exportloopref
31
+ description : An analyzer that finds exporting pointers for loop variables.
32
+ license : MIT
33
+ formats :
34
+ - apk
35
+ - deb
36
+ - rpm
24
37
archives :
25
38
- id : gzip
26
39
format : tar.gz
You can’t perform that action at this time.
0 commit comments