Skip to content

Commit fb8a02f

Browse files
committed
Update go releaser file
1 parent 7f0fd35 commit fb8a02f

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

.goreleaser.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ before:
77
builds:
88
- env:
99
- CGO_ENABLED=0
10+
main: ./cmd/fy
1011
goos:
1112
- linux
1213
- windows
@@ -23,23 +24,20 @@ checksum:
2324
snapshot:
2425
name_template: "{{ .Tag }}-next"
2526
changelog:
26-
skort: asc
27+
sort: asc
2728
filters:
2829
exclude:
2930
- '^docs:'
3031
- '^test:'
31-
brew:
32-
tap:
33-
owner: xwjdsh
34-
name: homebrew-tap
35-
36-
commit_author:
37-
name: Wendell Sun
38-
email: iwendellsun@gmail.com
39-
40-
homepage: "https://github.com/xwjdsh/fy"
41-
description: "A command-line translation tool"
42-
license: "MIT"
43-
44-
install: |
45-
bin.install "fy"
32+
brews:
33+
- tap:
34+
owner: xwjdsh
35+
name: homebrew-tap
36+
commit_author:
37+
name: Wendell Sun
38+
email: iwendellsun@gmail.com
39+
homepage: "https://github.com/xwjdsh/fy"
40+
description: "A command-line translation tool"
41+
license: "MIT"
42+
install: |
43+
bin.install "fy"

0 commit comments

Comments
 (0)