1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-08 22:41:54 +02:00

chore: clean up GoReleaser config, remove unnecessary hooks (#1422)

This commit is contained in:
Oleksandr Redko
2025-07-12 17:33:28 +03:00
committed by GitHub
parent 809768cffe
commit a15fdfd322

View File

@@ -1,14 +1,10 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
# GoReleaser configuration for revive.
# Documentation: https://goreleaser.com/
---
version: 2
archives:
- id: revive
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
before:
hooks:
- "go mod download"
- "go generate ./..."
builds:
-
env:
@@ -22,7 +18,6 @@ builds:
changelog:
filters:
exclude:
- "^docs:"
- "^test:"
sort: asc
checksum: