From a28d5b3ae93a5f6853bd958ca236bf59615e5b02 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Wed, 8 Nov 2023 02:10:04 -0600 Subject: [PATCH] ci(goreleaser): Add changelog groups --- .goreleaser.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e80868b..ff5c2ee 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -37,6 +37,15 @@ changelog: exclude: - '^docs' - '^test' + groups: + - title: Features + order: 0 + regexp: "(feat)" + - title: Fixes + order: 1 + regexp: "(fix|perf)" + - title: Others + order: 999 brews: - homepage: https://github.com/gabe565/domain-watch description: Get notified about domain changes as they happen