Skip to content

Commit a15fdfd

Browse files
authored
chore: clean up GoReleaser config, remove unnecessary hooks (#1422)
1 parent 809768c commit a15fdfd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

‎.goreleaser.yml‎

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# This is an example goreleaser.yaml file with some sane defaults.
2-
# Make sure to check the documentation at http://goreleaser.com
1+
# GoReleaser configuration for revive.
2+
# Documentation: https://goreleaser.com/
33
---
44
version: 2
55
archives:
66
- id: revive
77
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
8-
before:
9-
hooks:
10-
- "go mod download"
11-
- "go generate ./..."
128
builds:
139
-
1410
env:
@@ -22,7 +18,6 @@ builds:
2218
changelog:
2319
filters:
2420
exclude:
25-
- "^docs:"
2621
- "^test:"
2722
sort: asc
2823
checksum:

0 commit comments

Comments
 (0)