File tree Expand file tree Collapse file tree 1 file changed +27
-14
lines changed Expand file tree Collapse file tree 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
104builds :
11- - goos :
5+ - id : default
6+ goos :
127 - linux
138 - darwin
149 - windows
1510 goarch :
1611 - amd64
17- - arm
1812 - arm64
1913 - " 386"
2014 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
2437archives :
2538 - id : gzip
2639 format : tar.gz
You can’t perform that action at this time.
0 commit comments