From 966ec6c7d758478107652a3fd458f84b4de44eec Mon Sep 17 00:00:00 2001 From: deggja Date: Wed, 8 May 2024 20:14:17 +0200 Subject: [PATCH] style: update goreleaser changelog styling Signed-off-by: deggja --- .goreleaser.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4d815cc..a7392af 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -7,18 +7,16 @@ changelog: filters: exclude: - '^Merge pull request' - - '^chore:' - - '^refactor:' - - '^style:' - - '^test:' groups: - title: "Features" regexp: "^feat:" - title: "Bug Fixes" - regexp: "^fix:" + regexp: "^(fix|bugfix):" - title: "Documentation Updates" regexp: "^docs:" - title: "Other Changes" + regexp: "^(ci|build|misc|perf|deps):" + - title: "Miscellaneous" regexp: ".*" # Matches everything that doesn't fit above groups # Build Configuration