Skip to content

Commit a87df12

Browse files
committed
fix: goreleaser
1 parent cc92e5b commit a87df12

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/.goreleaser.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ before:
1212
hooks:
1313
# You may remove this if you don't use go modules.
1414
- go mod tidy
15-
# you may remove this if you don't need go generate
16-
- go generate ./...
1715

1816
builds:
1917
- env:
@@ -22,6 +20,7 @@ builds:
2220
- linux
2321
- windows
2422
- darwin
23+
main: ../main.go
2524

2625
archives:
2726
- format: tar.gz
@@ -47,9 +46,3 @@ brews:
4746
# Whether to enable it or not.
4847
enabled: true
4948

50-
changelog:
51-
sort: asc
52-
filters:
53-
exclude:
54-
- "^docs:"
55-
- "^test:"

0 commit comments

Comments
 (0)