There was an error while loading. Please reload this page.
1 parent 809768c commit a15fdfdCopy full SHA for a15fdfd
.goreleaser.yml
@@ -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
+# GoReleaser configuration for revive.
+# Documentation: https://goreleaser.com/
3
---
4
version: 2
5
archives:
6
- id: revive
7
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
8
-before:
9
- hooks:
10
- - "go mod download"
11
- - "go generate ./..."
12
builds:
13
-
14
env:
@@ -22,7 +18,6 @@ builds:
22
18
changelog:
23
19
filters:
24
20
exclude:
25
- - "^docs:"
26
21
- "^test:"
27
sort: asc
28
checksum:
0 commit comments