Skip to content

Commit fae120d

Browse files
committed
#minor: fix goreleaser config
Signed-off-by: circa10a <caleblemoine@gmail.com>
1 parent 8f502f1 commit fae120d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
4+
35
before:
46
hooks:
57
- go mod tidy -compat=1.17
68
builds:
79
- skip: true
810
changelog:
9-
skip: false
11+
disable: false
1012
sort: asc

0 commit comments

Comments
 (0)