We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01dbc8 commit 2cd272cCopy full SHA for 2cd272c
.goreleaser.yml
@@ -4,7 +4,8 @@ version: 2
4
before:
5
hooks:
6
- go mod tidy
7
- - go generate ./...
+ # Disabled until auto-generated docs and manual docs operate peacefully
8
+ # - go generate ./...
9
10
builds:
11
- env:
0 commit comments