From 6b63736634249da1e948d92a16b2c31da4c315c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Mon, 25 Nov 2024 09:44:54 +0000 Subject: [PATCH] chore: update goreleaser config --- .goreleaser.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a35c5af..b81155a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,11 +6,21 @@ builds: release: header: | ## Changelog ({{ .Date }}) - + Welcome to this new release! We hope you enjoy the changes we've made. changelog: + groups: + - title: Features + regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$' + order: 0 + - title: "Bug fixes" + regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$' + order: 1 + - title: Others + order: 999 sort: asc filters: exclude: - - '^docs:' - - '^test:' \ No newline at end of file + - "^docs:" + - typo + - (?i)foo