Skip to content

Commit 908f47c

Browse files
authored
Update the GoReleaser config file for GoReleaser v1.0.0 (knqyf263#182) (knqyf263#183)
1 parent dcaea2b commit 908f47c

File tree

1 file changed

+37
-34
lines changed

1 file changed

+37
-34
lines changed

Diff for: .goreleaser.yml

+37-34
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,23 @@ release:
33
owner: knqyf263
44
name: pet
55
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"
2223
builds:
2324
- goos:
2425
- linux
@@ -31,23 +32,25 @@ builds:
3132
- "6"
3233
main: .
3334
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
5255
checksum:
5356
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'

0 commit comments

Comments
 (0)