Skip to content

Commit cdb6d8c

Browse files
committed
feat: filter changelog to omit dependency chore commits
- Add changelog filter to exclude commit messages starting with "chore(deps):" Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 4aeb864 commit cdb6d8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ builds:
66

77
changelog:
88
use: github
9+
filters:
10+
exclude:
11+
- "^chore\\(deps\\):"
912
groups:
1013
- title: Features
1114
regexp: "^.*feat[(\\w)]*:+.*$"

0 commit comments

Comments
 (0)