File tree 1 file changed +37
-34
lines changed
1 file changed +37
-34
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,23 @@ release:
3
3
owner : knqyf263
4
4
name : pet
5
5
name_template : ' {{.Tag}}'
6
- brew :
7
- github :
8
- owner : knqyf263
9
- name : homebrew-pet
10
- commit_author :
11
- name : goreleaserbot
12
-
13
- description : " Simple command-line snippet manager"
14
- homepage : " https://github.com/knqyf263/pet"
15
- dependencies :
16
- - fzf
17
- install : |
18
- bin.install Dir['pet']
19
- zsh_completion.install "misc/completions/zsh/_pet"
20
- test : |
21
- system "#{bin}/pet"
6
+ brews :
7
+ -
8
+ tap :
9
+ owner : knqyf263
10
+ name : homebrew-pet
11
+ commit_author :
12
+ name : goreleaserbot
13
+
14
+ description : " Simple command-line snippet manager"
15
+ homepage : " https://github.com/knqyf263/pet"
16
+ dependencies :
17
+ - fzf
18
+ install : |
19
+ bin.install Dir['pet']
20
+ zsh_completion.install "misc/completions/zsh/_pet"
21
+ test : |
22
+ system "#{bin}/pet"
22
23
builds :
23
24
- goos :
24
25
- linux
@@ -31,23 +32,25 @@ builds:
31
32
- " 6"
32
33
main : .
33
34
ldflags : -s -w -X github.com/knqyf263/pet/cmd.version={{.Version}}
34
- archive :
35
- format : tar.gz
36
- name_template : ' {{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
37
- .Arm }}{{ end }}'
38
- files :
39
- - LICENSE*
40
- - README*
41
- - CHANGELOG*
42
- - misc/completions/zsh/_pet
43
- nfpm :
44
- homepage : https://github.com/knqyf263/pet
45
- maintainer :
Teppei Fukuda <[email protected] >
46
- description : " Simple command-line snippet manager"
47
- bindir : /usr/local/bin
48
- license : MIT
49
- formats :
50
- - deb
51
- - rpm
35
+ archives :
36
+ -
37
+ format : tar.gz
38
+ name_template : ' {{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
39
+ .Arm }}{{ end }}'
40
+ files :
41
+ - LICENSE*
42
+ - README*
43
+ - CHANGELOG*
44
+ - misc/completions/zsh/_pet
45
+ nfpms :
46
+ -
47
+ homepage : https://github.com/knqyf263/pet
48
+ maintainer :
Teppei Fukuda <[email protected] >
49
+ description : " Simple command-line snippet manager"
50
+ bindir : /usr/local/bin
51
+ license : MIT
52
+ formats :
53
+ - deb
54
+ - rpm
52
55
checksum :
53
56
name_template : ' {{ .ProjectName }}_{{ .Version }}_checksums.txt'
You can’t perform that action at this time.
0 commit comments