Skip to content

Commit b3dabab

Browse files
committed
fix(goreleaser): fix config issue
``` $ goreleaser check ⨯ command failed error=yaml: unmarshal errors: line 37: field skip not found in type config.Changelog ``` Signed-off-by: Rui Chen <[email protected]>
1 parent a05bec2 commit b3dabab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ checksum:
3434
name_template: "checksums.txt"
3535

3636
changelog:
37-
skip: true
37+
disable: true
3838

3939
release:
4040
# If set to true, will not auto-publish the release.

0 commit comments

Comments
 (0)