Skip to content

Commit ab73407

Browse files
committed
goreleaser: fix config syntax
1 parent 1056250 commit ab73407

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ before:
77

88
changelog:
99
sort: asc
10-
exclude:
11-
- '^docs:'
10+
filters:
11+
exclude:
12+
- '^docs:'
1213

1314
builds:
1415
- env:

0 commit comments

Comments
 (0)