diff --git a/.goreleaser.yml b/.goreleaser.yml index 61690996..4f5b6fb4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -261,7 +261,7 @@ changelog: - go mod tidy groups: - title: Dependency updates - regexp: '^.*?(feat|fix)\(deps\)!?:.+$' + regexp: '^.*?(feat|fix|chore)\(deps\)!?:.+$' order: 300 - title: "New Features" regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$' @@ -276,7 +276,7 @@ changelog: regexp: ^.*?doc(\([[:word:]]+\))??!?:.+$ order: 400 - title: "Build process updates" - regexp: ^.*?build(\([[:word:]]+\))??!?:.+$ + regexp: ^.*?(build|ci)(\([[:word:]]+\))??!?:.+$ order: 400 - title: Other work order: 9999