Skip to content

Commit 2cd272c

Browse files
committed
Disable auto-generation of docs
1 parent d01dbc8 commit 2cd272c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version: 2
44
before:
55
hooks:
66
- go mod tidy
7-
- go generate ./...
7+
# Disabled until auto-generated docs and manual docs operate peacefully
8+
# - go generate ./...
89

910
builds:
1011
- env:

0 commit comments

Comments
 (0)