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